Skip to content

Commit

Permalink
use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin committed Nov 9, 2024
1 parent f0b5715 commit 671fe90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ jobs:
with:
python-version: '3.10'

- name: Install dependencies

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
# Add any other dependencies your Python script might need
pip install poetry
poetry install
- name: Run build script
run: python tools/build.py --targets appimage windows

Expand Down

0 comments on commit 671fe90

Please sign in to comment.