Skip to content

Commit d819b6a

Browse files
Fix CI syntax error
1 parent 22a5c9f commit d819b6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/caches_cron_job.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
runs-on: "ubuntu-latest"
1616
strategy:
1717
fail-fast: true
18-
matrix:
19-
python-version: [ '3.9',]
2018
defaults:
2119
# by default run in bash mode (required for conda usage)
2220
run:
@@ -51,7 +49,7 @@ jobs:
5149
if: steps.cache-venv.outputs.cache-hit != 'true'
5250
with:
5351
activate-environment: neo-test-env
54-
python-version: ${{ matrix.python-version }}
52+
python-version: 3.9
5553

5654
- name: Create the conda environment to be cached
5755
if: steps.cache-venv.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)