From 400c6259b55f7b1ec84d14e09889f45a1e28a6e4 Mon Sep 17 00:00:00 2001 From: Stavros Efthymiou <35475381+stavros11@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:21:08 +0400 Subject: [PATCH] Fix venv activation --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 946916c2..b2d33153 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/