Skip to content

Commit

Permalink
Attempt to fix pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: stickie <[email protected]>
  • Loading branch information
FieryIceStickie committed Sep 3, 2024
1 parent 427ab88 commit f8ca91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: "Install dependencies"
run: python -m pip install .[test]
run: python -m pip install build[test]

- name: "Run tests"
run: pytest
Expand Down

0 comments on commit f8ca91f

Please sign in to comment.