Skip to content

Commit

Permalink
workflows: fix outdated/hardcoded requirements file (bug 1902706) (#1734
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zzzeid authored Jun 14, 2024
1 parent 0e2e923 commit 2ee4c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
source env/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements/requirements-3.11-macOS.txt
python -m pip install -r requirements/requirements-3.12-macOS.txt
python -m pip install -e .
- name: Build
run: |
Expand Down

0 comments on commit 2ee4c9d

Please sign in to comment.