Skip to content

Commit

Permalink
dont need virtualenv dep
Browse files Browse the repository at this point in the history
  • Loading branch information
c0state committed Sep 5, 2024
1 parent 7391f2d commit 724fbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
python -m pip install --upgrade coverage[toml] tox tox-gh-actions
- name: "Run tox targets for ${{ matrix.python-version }}"
run: "python -m tox"

Expand Down

0 comments on commit 724fbd8

Please sign in to comment.