-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use Conda environment file to manage frontend and backend dependencies #33
Conversation
Add history option
Co-authored-by: Ludovico Bianchi <[email protected]>
Co-authored-by: Ludovico Bianchi <[email protected]>
Co-authored-by: Ludovico Bianchi <[email protected]>
Add save config button
Note to self/for posterity: the Cypress error on Linux: looks similar to this issue: cypress-io/cypress#21532 |
65b4e80
to
07cb94d
Compare
…y to (hopefully) prevent false failures in ci
@MichaelPesce While discussing this PR during the dev call I thought of a potential cause for the test failing on Windows, namely something connected with static assets (i.e. images, icons, standalone JS files, etc) not being found. This is just a guess at this point, but it could in principle be a cause according to the following criteria:
I'll look into this in more depth to try to address the failures. |
07cb94d
to
ae417fc
Compare
The changes that @MichaelPesce implemented for #35 seem to be working and the Windows checks are now passing! I'm switching this back to draft mode as I plan to add a few minor changes. We should plan on merging #35 first and then this PR. |
Use Conda-compatible default shell Remove redundant push job trigger
Use tight pinning for nodejs conda-forge package version
Use --prefix/--app-dir flags for startup of both backend and frontend Revert usage of --prefix when invoking cypress
Conflicts: .github/workflows/main.yml
7897744
to
ad346e6
Compare
@dangunter feel free to take a look (the most relevant changes are in README.md and the environment file I think) and let us know what you think. @MichaelPesce and I are ready to merge this whenever. |
Resolves: #13
TODO