Skip to content

Commit

Permalink
fix virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 7, 2024
1 parent cf4ef06 commit 04c4d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ jobs:
if: endsWith(matrix.python-version, 't')
run: |
uv python install ${{ matrix.python-version }}
uv venv --python ${{ matrix.python-version }} ../.venv
. .venv/bin/activate
uv venv --python ${{ matrix.python-version }} ../venv
. ../venv/bin/activate
echo "PATH=$PATH" >> $GITHUB_ENV
uv pip install pip
- name: Display Python version
Expand Down

0 comments on commit 04c4d30

Please sign in to comment.