Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde authored Jun 24, 2024
1 parent ea58fc5 commit 94bfcb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install hatch
hatch dep show requirements
pip freeze
- name: Test with pytest
run: hatch run test
Expand All @@ -45,7 +43,10 @@ jobs:
run: hatch run types:check

- name: Build Installer
run: hatch run pyinstaller:build AntaresWebInstaller-${{ matrix.os }}
run: |
hatch run pyinstaller:build AntaresWebInstaller-${{ matrix.os }}
hatch dep show requirements
pip freeze
- name: Upload Windows binaries
if: matrix.python-version == '3.8' && matrix.os == 'windows-latest'
Expand Down

0 comments on commit 94bfcb0

Please sign in to comment.