Skip to content

Commit

Permalink
In Github CI script, update setup-python
Browse files Browse the repository at this point in the history
Probably makes no difference on Python 3.6 failing on MacOS.
(Most likely the fix is just to drop 3.6.)
  • Loading branch information
league committed May 19, 2024
1 parent b566729 commit 6eae812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
gawk \
gnu-sed \
pkg-config
- uses: actions/setup-python@v5.0.0
- uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}
- name: "Software Install - Python"
Expand Down

0 comments on commit 6eae812

Please sign in to comment.