-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check exportability #146
check exportability #146
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if we still need check_requirements as a separate workflow if we have this.
.github/workflows/check_export.yml
Outdated
branches: [ main ] | ||
|
||
jobs: | ||
check-requirements: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check-requirements: | |
check-export: |
.github/workflows/check_export.yml
Outdated
reflex init | ||
reflex export | ||
deactivate | ||
if ls frontend.zip backend.zip; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if possible, we should check that these are valid zips as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure doing unzip -t
is easy enough.
1ae2f55
to
4b73167
Compare
4b73167
to
fa8520b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the backend.zip supposed to contain the entire virtualenv?
Nope - it's one of the shortcomings of our |
No description provided.