From ee865c1f57180724fd34f2d9d62d694dc0fa4ef2 Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Tue, 17 Dec 2024 18:31:26 +0100 Subject: [PATCH] Fix up command order --- .github/workflows/build_macOS.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_macOS.yaml b/.github/workflows/build_macOS.yaml index b8066f6605..14ed1a30dd 100644 --- a/.github/workflows/build_macOS.yaml +++ b/.github/workflows/build_macOS.yaml @@ -38,8 +38,8 @@ jobs: - name: Build the project using python-build run: | - python -m compile_translations source .venv/bin/activate + python -m compile_translations python -m build --wheel find . env: