From 384ac8a9641415f303b58e6b010768e2cadc02cc Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 5 Jul 2024 22:15:38 +0100 Subject: [PATCH] Fix workflow --- .github/workflows/import-translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/import-translations.yml b/.github/workflows/import-translations.yml index c4a38db..6a45487 100644 --- a/.github/workflows/import-translations.yml +++ b/.github/workflows/import-translations.yml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: | python -m venv .venv - .\.venv\bin\activate + ./.venv/bin/activate pip install -r requirements.txt - name: Run import translations script