Skip to content

Commit

Permalink
use poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin committed Nov 9, 2024
1 parent 671fe90 commit 0e7614d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e7614d

Please sign in to comment.