Skip to content

Commit

Permalink
Don't use system python env
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen authored and Matthias Wittgen committed Jan 4, 2025
1 parent 857deb3 commit 569c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build and install
run: |
python -m pip install --upgrade pip setuptools uv
uv pip install --system .[yaml,test]
uv pip install .[yaml,test]
- name: Run tests
run: pytest -r a -v
Expand Down

0 comments on commit 569c6f0

Please sign in to comment.