Skip to content

Commit

Permalink
Update buildexe
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoobdude authored Dec 16, 2024
1 parent 21c610f commit c30485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildexe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: uv python install 3.12

- name: Install requirements
run: uv pip install -r requirements.txt
run: uv pip install --system -r requirements.txt

- name: Run all tests except invalid nexts
run: uv run pytest src/test_main.py --deselect src/test_main.py::test_no_invalid_nexts
Expand Down

0 comments on commit c30485b

Please sign in to comment.