-
-
Notifications
You must be signed in to change notification settings - Fork 110
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 gcs cache in ci #1858
Use gcs cache in ci #1858
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1858 +/- ##
=====================================
Coverage 83.0% 83.1%
=====================================
Files 65 65
Lines 7327 7332 +5
=====================================
+ Hits 6088 6093 +5
Misses 1239 1239
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@bendnorman do you know off the top of your head what the right way is for us to give the |
|
Should it use the The |
I pushed some code that adds the cloud auth step to tox-pytest. The We'll see if the credentials get passed through to tox... |
It looks like it worked! There was no logging output from the try/except where it falls back to Zenodo. |
Ok! It looks like the most recent checks passed and didn't raise a |
In CI the more logs the merrier! |
Alas, there is no |
This PR closes #1679. Github didn't let me connect an issue probably because this PR is closed. |
I connected it in GitHub (from the Development sidebar). Zenhub doesn't seem to allow the connection though. |
Tell Tox to tell pytest to default to pulling data from the GCS Cache in the Github CI workflow, to increase the reliability of the tests on here.