Skip to content

Commit

Permalink
Source venv
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Nov 12, 2024
1 parent c41620a commit 8a60330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create virtual env
run: python3 -m venv venv --upgrade-deps
- name: Install pyaro
run: venv/bin/activate && pip install ./
run: source venv/bin/activate && pip install ./
- name: Try importing pyaro
run: venv/bin/activate && python -c "import pyaro; print(pyaro.__version__)"
run: source venv/bin/activate && python -c "import pyaro; print(pyaro.__version__)"

0 comments on commit 8a60330

Please sign in to comment.