Skip to content

Commit

Permalink
Invoke ./setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed Feb 19, 2024
1 parent 0096adb commit a448992
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: ./setup.sh

- name: Run Test Suite
run: pytest

0 comments on commit a448992

Please sign in to comment.