Skip to content

Commit

Permalink
GitHub: Change python 3.10.8 -
Browse files Browse the repository at this point in the history
It seems that GitHub bumps the patch level number frequently.
(right now from 3.10.7 to 3.10.8)
Let's go with 3.10 instead of the more specific 3.10.7 to see
if this works more long term.
  • Loading branch information
Gunnar Andersson authored and Gunnar Andersson committed Oct 31, 2022
1 parent 7fcc47f commit 19dadc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.10.6
python-version: 3.10.8

- name: Install dependencies
run: |
Expand Down

0 comments on commit 19dadc7

Please sign in to comment.