WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2ee4c9d

Browse files
authored
workflows: fix outdated/hardcoded requirements file (bug 1902706) (#1734)
1 parent 0e2e923 commit 2ee4c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
source env/bin/activate
8080
python -m pip install --upgrade pip
81-
python -m pip install -r requirements/requirements-3.11-macOS.txt
81+
python -m pip install -r requirements/requirements-3.12-macOS.txt
8282
python -m pip install -e .
8383
- name: Build
8484
run: |

0 commit comments

Comments
 (0)