Skip to content

Commit

Permalink
Adjusting python version for Ubuntu 22.04 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
msommerh committed Oct 15, 2024
1 parent 6bda355 commit 6d954e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9.7'
python-version: '3.9.12'

- name: Install dependencies and run flake8
run: |
Expand Down

0 comments on commit 6d954e4

Please sign in to comment.