Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-mueller authored Dec 16, 2024
1 parent 9986154 commit fbf0d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
sudo apt-get install clang
python -m pip install --upgrade pip uv
uv venv ${{ matrix.python-version }}
uv venv --python ${{ matrix.python-version }}
source ./.venv/bin/activate
uv pip install -U setuptools setuptools_scm wheel
- name: Install dependencies complete
Expand Down

0 comments on commit fbf0d46

Please sign in to comment.