Skip to content

Commit

Permalink
create venv in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelloPerathoner committed Sep 23, 2023
1 parent 6d4338a commit 5c95c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
python -m pip install pytest coverage[toml] tox
- name: Run tox
run: |
source .venv/bin/activate
tox -e py

0 comments on commit 5c95c16

Please sign in to comment.