Skip to content

Commit

Permalink
Fix GitHub workflow problem
Browse files Browse the repository at this point in the history
Python 3.9.13 has spontaneously stopped working on GitHub for no
reason that I understand. It worked yesterday. Change to 3.9.19.
  • Loading branch information
davidplowman committed Apr 26, 2024
1 parent 9d865a1 commit 4c8657a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.9.13'
python-version: '3.9.19'
- name: Update
run: sudo apt update
- name: Install apt dependencies
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.9.13'
python-version: '3.9.19'
- name: Display python version
run: python -c "import sys; print(sys.version)"
- name: Update
Expand Down

0 comments on commit 4c8657a

Please sign in to comment.