From 18193dbafdbd6310c0b19fe24f6c56cf7280b5cb Mon Sep 17 00:00:00 2001 From: Firq Date: Wed, 20 Dec 2023 17:18:16 +0100 Subject: [PATCH] no source command? --- .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 07fadd2..274d38e 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: run: | cd backend python -m venv .venv - source .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 - source .venv/bin/activate + & .venv/bin/activate - name: Install packages run: pip install build - name: Build package