Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Sep 17, 2024
1 parent bbfd96c commit 015f5cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
tox-env: standard
- os: ubuntu-latest
markers: -m 'not slow'
python-version: "3.13-dev.1"
python-version: "3.13.0-rc.2"
tox-env: standard
# Windows builds
- os: windows-latest
Expand All @@ -139,7 +139,7 @@ jobs:
# Specialized tests
- os: ubuntu-latest
markers: -m 'not requires_internet and not slow'
python-version: "3.13-dev.1"
python-version: "3.13.0-rc.2"
tox-env: py39-coverage-offline-prefetch
- os: ubuntu-latest
markers: ''
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Eigen3 (SBCK)
if: ${{ matrix.python-version == '3.13-dev.1' && matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.python-version == '3.13-rc.2' && matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install libeigen3-dev
Expand Down

0 comments on commit 015f5cc

Please sign in to comment.