Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jul 6, 2022
1 parent e02cca3 commit a7cb652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
environment-name: oceanspy_test
channels: conda-forge
cache-env: true
cache-env-key: ubuntu-latest-${{ '{{ matrix.python-version }}' }}
cache-env-key: ubuntu-latest-${{ matrix.python-version }}
extra-specs: |
python=${{ '{{matrix.python-version }}' }}
python=${{ matrix.python-version }}
- name: Set up conda environment
shell: bash -l {0}
Expand Down

0 comments on commit a7cb652

Please sign in to comment.