Skip to content

Commit

Permalink
Merge pull request #6443 from knelli2/ci_py39
Browse files Browse the repository at this point in the history
Fix CI for Python 3.9
  • Loading branch information
nilsvu authored Jan 17, 2025
2 parents a0e4198 + dc4b562 commit 75c5b62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,9 @@ 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: |
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 75c5b62

Please sign in to comment.