We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40b358a + ea61411 commit 44483c6Copy full SHA for 44483c6
.github/workflows/release-candidate-workflow.yml
@@ -35,6 +35,10 @@ jobs:
35
run: poetry install -v --with dev
36
# Run Coverage
37
- name: Run Coverage
38
+ env:
39
+ CDSAPI_URL: ${{ secrets.CDSAPI_URL }}
40
+ CDSAPI_KEY: ${{ secrets.CDSAPI_KEY }}
41
+ CDSAPI_VERIFY: 1
42
run: |
43
poetry run coverage run -m pytest
44
poetry run coverage report
.github/workflows/version-update-workflow.yml
0 commit comments