Skip to content

Commit

Permalink
Do not force python 3.11 when building ubuntu 24.04 package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 10, 2024
1 parent f43d2e8 commit bc1af81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ubuntu-24.04-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
# if: github.ref != 'refs/heads/devel'
# run: exit 1

- name: setup python
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Set up GitHub CLI
run: |
sudo apt-get update
Expand Down

0 comments on commit bc1af81

Please sign in to comment.