From 631ac22c7c5fa7a0ee0a98667e5d7a0d72a250d0 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Fri, 14 Jul 2023 14:52:25 +0200 Subject: [PATCH] ups.. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd4ddb37bc..ef7a04ccc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: if: steps.cacheVenv.outputs.cache-hit != 'true' run: | python -m venv ./venv - source ./.venv/bin/activate + source ./venv/bin/activate pip install -U -e . -r requirements.txt - name: Activate venv