Skip to content

Commit

Permalink
fix typo in gha config
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Apr 19, 2022
1 parent 3f0781b commit b3a9bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: "Install Linux system dependencies"
- name: Install Linux system dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get install libltdl-dev libgsl0-dev python3-all-dev openmpi-bin libopenmpi-dev
Expand Down

0 comments on commit b3a9bef

Please sign in to comment.