-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Try caching conda packages * Try removing mamba version * Fix path to point to correct env file * Remove defaults channel * List package versions * Move ydiff install and change mamba to conda * Pin to a modern pandas version * Remove pip from env file * Pin pip version and add ydiff install * Add back in defaults channel and strict channel priority * Remove strict priority and pip pin * Try caching the env instead of packages * Switch mamba to conda * Update path to cache conda env * Try caching the tests repo * Add missing ) to tests SHA step * Fix cache key and allow different branches to be set up * Refactor deprecated echo command * Move tests repo to different location for proper caching * Fix spelling mistake and try to fix test caching * Add branch to tests cache name * Always save the tests cache * Don't always save the tests cache (doesn't seem to work) * Remove caching of test repo, doesn't actually improve speed * Ident the steps and remove checking out tests repo into separate directory
- Loading branch information
Showing
2 changed files
with
95 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,6 @@ dependencies: | |
- pyparsing=2.3.1 | ||
- scipy | ||
- matplotlib=3.8.4 | ||
- pandas | ||
- pandas>2 | ||
- pip: | ||
- ydiff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters