Skip to content

Commit

Permalink
use python 3.x instead of 3.7 to work on newer distros (#474)
Browse files Browse the repository at this point in the history
The CI was working on ubuntu 22 but failing on ubuntu 24 because of
"The version '3.7' with architecture 'x64' was not found for Ubuntu 24.04."
  • Loading branch information
jonenst authored Jan 6, 2025
1 parent 1386823 commit 183f3ea
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 @@ -55,7 +55,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.x'

- name: Install python dependencies
run: python -m pip install --upgrade pip pyyaml requests
Expand Down

0 comments on commit 183f3ea

Please sign in to comment.