From 472a00bf87e35e38ba2aeb466be16c58b6360539 Mon Sep 17 00:00:00 2001 From: Firq Date: Wed, 20 Dec 2023 17:19:32 +0100 Subject: [PATCH] no source command 2? --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 274d38e..735868d 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: run: | cd backend python -m venv .venv - & .venv/bin/activate + ./.venv/bin/activate - name: Install packages run: | pip install -e . -q @@ -34,7 +34,7 @@ jobs: run: | cd backend python -m venv .venv - & .venv/bin/activate + ./.venv/bin/activate - name: Install packages run: pip install build - name: Build package