-
Notifications
You must be signed in to change notification settings - Fork 1
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
CI updates #598
CI updates #598
Conversation
Currently the poetry cache for the GitHub Actions appears not to be being used. See: actions/setup-python#374
Hmm... currently the cache seems to not be being used, even though I rebased this branch to test it: I've found a workaround: actions/setup-python#374 Maybe that'll do the trick... |
That seemed to do it :-D |
Though seemingly the cache isn't being used for the Windows runner... Oh well. |
- name: Install Poetry | ||
uses: abatilo/actions-poetry@v2.3.0 | ||
with: | ||
poetry-version: 1.8.3 | ||
|
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 setting up Poetry before python the right thing to do in order to use caching?
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.
Yep, it seems to be.
Various small CI changes:
dependabot.yml
Closes #597.
Tagging @cc-a in case you're interested!