Skip to content

Commit

Permalink
fix eigen install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Sep 17, 2024
1 parent 9245be5 commit bbfd96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.12-dev.1"
python-version: "3.13-dev.1"
tox-env: standard
# Windows builds
- os: windows-latest
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.11' }}
if: ${{ matrix.python-version == '3.13-dev.1' && matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install libeigen3-dev
Expand Down

0 comments on commit bbfd96c

Please sign in to comment.