Skip to content

Commit

Permalink
add venv to avoid pip install conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Jan 10, 2025
1 parent 2e3cc07 commit 0c722a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
pip install -e .
- name: Run Unit Tests
run: sudo python -m unittest
run: |
source venv/bin/activate
sudo python -m unittest
test-build-pypi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0c722a3

Please sign in to comment.