Skip to content

Commit

Permalink
Install Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nordschesasa committed Apr 8, 2024
1 parent 49031b7 commit 2d8d1a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
submodules: 'recursive'
token: ${{ secrets.REDDIO_PAT }}

- uses: actions/setup-python@v5
name: Install Python 3.12
with:
python-version: '3.12'

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2d8d1a5

Please sign in to comment.