Skip to content

Commit

Permalink
fix: apt update needed (#188)
Browse files Browse the repository at this point in the history
* fix: apt update needed

* Update ci.yml
  • Loading branch information
RobPasMue authored Feb 26, 2024
1 parent 18fdba9 commit b686c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jobs:

- name: Install project requirements
run: |
sudo apt update
sudo apt install cmake libeigen3-dev doxygen graphviz
pip install -r requirements/requirements_eigen_wrapper.txt
pip install src/ansys/eigen/cpp/eigen-wrapper
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

- name: Install project requirements
run: |
sudo apt update
sudo apt install cmake libeigen3-dev doxygen graphviz
pip install -r requirements/requirements_eigen_wrapper.txt
pip install src/ansys/eigen/cpp/eigen-wrapper
Expand Down

0 comments on commit b686c64

Please sign in to comment.