Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDude committed Jan 26, 2024
1 parent e74ab10 commit 44ab4ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.11"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.11"
cache: 'pip'
check-latest: true

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pyinstaller==6.3.0
appdirs==1.4.4
send2trash==1.8.2
zstandard==0.22.0
nuitka==1.9.7

0 comments on commit 44ab4ad

Please sign in to comment.