From 0e7614d110a7f1ad9483110522876328b9ea771f Mon Sep 17 00:00:00 2001 From: andreasgriffin Date: Sat, 9 Nov 2024 19:55:59 +0100 Subject: [PATCH] use poetry run --- .github/workflows/build-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index 17232b4..1645b23 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -40,7 +40,7 @@ jobs: poetry install - name: Run build script - run: python tools/build.py --targets appimage windows + run: poetry run python tools/build.py --targets appimage windows - name: Check for AppImage file