You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* GitHub workflows: Try using setup-python's Poetry caching
* GitHub workflows: Use pipx to install Poetry
* GitHub workflows: Don't bother with cache for Publish_NIMS.yml
* GitHub workflows: Set cache-dependency-path
* GitHub workflows: redo caching
* GitHub workflow: Cache example virtualenvs
* GitHub workflows: Cache Tox virtualenvs
* GitHub workflows: Fix a restore/save mixup
* GitHub workflows: Add ids to cache steps
* GitHub workflows: Stop testing on macOS
* GitHub workflows: Cache example poetry.lock files
* GitHub workflows: Add gzip to the path
* GitHub workflows: Revert PATH hack
I updated the AMI build to add UNIX tools to the path and install zstandard, so actions/cache should work without this hack (which didn't work anyway).
* GitHub workflows: Revert to Gr1N/setup-poetry to ensure we use the correct Python versions for testing
* GitHub workflows: Change cache key to use "py3.9" instead of just "3.9"
* GitHub workflows: Move all/no-extras next to package name in cache key
* GitHub workflows: Don't skip poetry install on cache hit
`poetry install` is fast when the dependencies are already installed.
Also, if the venv was relocated to a different path, it may fix the venv.
0 commit comments