Skip to content

Commit

Permalink
ga: explicitly request a python version, the default seems to be noth…
Browse files Browse the repository at this point in the history
…ing (or 2.7?)
  • Loading branch information
0-wiz-0 committed Jun 25, 2023
1 parent 7a3fb1e commit 12ba792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: install python and pip
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
- name: install dependencies (Linux)
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit 12ba792

Please sign in to comment.