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 e95d5ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Build and install
run: |
python -m pip install --upgrade pip setuptools uv
uv pip install --system .[yaml,test]
uv venv
uv pip install .[yaml,test]
- name: Run tests
run: pytest -r a -v
Expand Down

0 comments on commit e95d5ca

Please sign in to comment.