Skip to content

Commit

Permalink
Fix CI for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
knelli2 committed Jan 17, 2025
1 parent a0e4198 commit 62871c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,10 @@ jobs:
rm cmake-install.sh
- name: Install Python version
if: matrix.PYTHON_VERSION
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.PYTHON_VERSION }}
run: |
apt install -y software-properties-common
add-apt-repository ppa:deadsnakes/ppa
apt install -y python${{ matrix.PYTHON_VERSION }}
- name: Install Python dependencies
if: matrix.PYTHON_VERSION
run: |
Expand Down

0 comments on commit 62871c8

Please sign in to comment.