Skip to content

Commit

Permalink
trying to install boost through conda
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilger26 committed Jan 7, 2025
1 parent 22d197c commit b5d2c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/LinuxEnvironmentSetup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ runs:
shell: bash -l {0}
run: |
sudo apt update
sudo apt install -y build-essential clang lsb-release wget software-properties-common gnupg libboost-all-dev
sudo apt install -y build-essential clang lsb-release wget software-properties-common gnupg
1 change: 1 addition & 0 deletions test/pytest/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- matplotlib
- mpmath
- pytest
- boost
- tbb
- tbb-devel
- gtest
Expand Down

0 comments on commit b5d2c53

Please sign in to comment.