Skip to content

Commit

Permalink
Fix malformed expression
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 11, 2022
1 parent 6d56b4f commit 89bd28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: make install

- name: Test
if: !(matrix.os == 'windows-latest' && matrix.python-version == '3.10')
if: ${{ !(matrix.os == 'windows-latest' && matrix.python-version == '3.10') }}
env:
OPENTOPOGRAPHY_API_KEY: ${{ secrets.OPENTOPOGRAPHY_API_KEY }}
run: |
Expand Down

0 comments on commit 89bd28c

Please sign in to comment.