Skip to content

Commit

Permalink
Fix github actions workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Apr 7, 2021
1 parent ec11821 commit b76eadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install Ubuntu system dependencies
if: matrix.os == "ubuntu-latest"
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install libhdf5-serial-dev
- name: Install macOS system dependencies
Expand Down

0 comments on commit b76eadb

Please sign in to comment.