Skip to content

Commit

Permalink
added installing eigen into github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbinschmid committed Jan 20, 2024
1 parent 98726c1 commit 0356470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Install Eigen
run: sudo apt-get install libeigen3-dev

- name: Install package
run: |
Expand Down

0 comments on commit 0356470

Please sign in to comment.