Skip to content

Commit

Permalink
Explicitly call bash interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed Feb 19, 2024
1 parent 579f8ff commit 655bfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: ${{ matrix.version}}

- name: Setup Project
run: ./setup.sh
run: bash setup.sh

- name: Run Test Suite
run: python -m pytest

0 comments on commit 655bfd2

Please sign in to comment.