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.
1 parent 22a5c9f commit d819b6aCopy full SHA for d819b6a
.github/workflows/caches_cron_job.yml
@@ -15,8 +15,6 @@ jobs:
15
runs-on: "ubuntu-latest"
16
strategy:
17
fail-fast: true
18
- matrix:
19
- python-version: [ '3.9',]
20
defaults:
21
# by default run in bash mode (required for conda usage)
22
run:
@@ -51,7 +49,7 @@ jobs:
51
49
if: steps.cache-venv.outputs.cache-hit != 'true'
52
50
with:
53
activate-environment: neo-test-env
54
- python-version: ${{ matrix.python-version }}
+ python-version: 3.9
55
56
- name: Create the conda environment to be cached
57
0 commit comments