Skip to content

Commit

Permalink
Use venv in buildexe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoobdude authored Dec 16, 2024
1 parent 7d1af6f commit 21c610f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/buildexe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:

- name: Install uv
uses: astral-sh/setup-uv@v4
with:
python-version: 3.12

- name: Set up Python
run: uv python install 3.12

- name: Install requirements
run: uv pip install --system -r requirements.txt
run: uv pip install -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 21c610f

Please sign in to comment.