From 798013dc1f731b9a57a87c51a65153069830b0bd Mon Sep 17 00:00:00 2001 From: trueold89 Date: Sun, 9 Jun 2024 01:31:38 +0300 Subject: [PATCH] yet another update --- .gitea/workflows/python-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/python-build.yml b/.gitea/workflows/python-build.yml index a07838d..7f9cce6 100644 --- a/.gitea/workflows/python-build.yml +++ b/.gitea/workflows/python-build.yml @@ -12,7 +12,7 @@ jobs: - name: Create and activate virtual environment run: | python -m venv venv - source venv/bin/activate + . venv/bin/activate - name: Install dependencies run: |