Skip to content

Commit

Permalink
Fix venv activation
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Sep 26, 2023
1 parent 1d0e89d commit 400c625
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 @@ -24,9 +24,9 @@ jobs:
git clone https://github.com/qiboteam/qibolab
cd qibolab
poetry install --no-interaction --no-root --with tests --all-extras
cd ..
- name: Test platforms
run: |
source $VENV
cd ..
export QIBOLAB_PLATFORMS=$(realpath .)
pytest tests/

0 comments on commit 400c625

Please sign in to comment.