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 569c6f0 commit acd94e9
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 @@ -31,7 +31,8 @@ jobs:

- name: Build and install
run: |
python -m pip install --upgrade pip setuptools uv
python -m pip install --upgrade pip setuptools uva
uv venv
uv pip install .[yaml,test]
- name: Run tests
Expand Down

0 comments on commit acd94e9

Please sign in to comment.