Skip to content

Commit

Permalink
remove '
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 26, 2024
1 parent 643ac60 commit 483a337
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 @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install uv
uv venv -p ${{ matrix.python-version }}'
uv venv -p ${{ matrix.python-version }}
. .venv/bin/activate'
echo PATH=$PATH >> $GITHUB_ENV
uv pip install -r requirements/requirements-ubuntu-latest-${{ matrix.python-version }}.txt
Expand Down

0 comments on commit 483a337

Please sign in to comment.