Skip to content

Commit

Permalink
BUG: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed May 16, 2023
1 parent 859635b commit 0149729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
run: brew reinstall gcc

- name: Install Operational dependencies
if: ${{ matrix.test_config == "Ops"}}
if: ${{ matrix.test_config == 'Ops'}}
run: |
pip install --no-cache-dir numpy==${{ matrix.numpy_ver }}
pip install -r requirements.txt
pip install -r test_requirements.txt
- name: Install NEP29 dependencies
if: ${{ matrix.test_config == "NEP29"}}
if: ${{ matrix.test_config == 'NEP29'}}
run: |
pip install --no-cache-dir numpy==${{ matrix.numpy_ver }}
pip install --upgrade-strategy only-if-needed .[test]
Expand Down

0 comments on commit 0149729

Please sign in to comment.