Skip to content

Commit

Permalink
Remove unused installation of development version of PyInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Mar 21, 2024
1 parent fa3aebc commit f012667
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ jobs:
with:
python-version: 3.11

# - name: Install development version of pyinstaller
# if: ${{ matrix.os == 'macos-14' }}
# run: PYINSTALLER_COMPILE_BOOTLOADER=1 pip install git+https://github.com/pyinstaller/pyinstaller.git

# - name: Install development version of pyinstaller
# if: ${{ matrix.os != 'macos-14' }}
# run: pip install git+https://github.com/pyinstaller/pyinstaller.git

- name: Install Python dependencies
run: pip install -r requirements.txt --no-cache-dir

Expand Down

0 comments on commit f012667

Please sign in to comment.