Skip to content

Commit

Permalink
Actions: Try downgrading Python to 3.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Nov 10, 2023
1 parent c4bfbe7 commit 08c3ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: setup-py
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.11.5'
architecture: ${{ matrix.architecture }}
cache: 'pip' # Cache all pip dependency downloads
- name: Get PyJ3DUltra submodule status for cache
Expand Down

0 comments on commit 08c3ce8

Please sign in to comment.