Skip to content

Commit

Permalink
Update requirements to include external/dace
Browse files Browse the repository at this point in the history
Include boost into main test
  • Loading branch information
FlorianDeconinck committed Aug 29, 2023
1 parent 1252736 commit 8de32bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/[email protected]
with:
python-version: '3.8.12'
- name: Install OpenMPI for gt4py
- name: Install OpenMPI & Boost for gt4py
run: |
sudo apt-get install libopenmpi-dev
sudo apt-get install libopenmpi-dev libboost1.74-dev
- name: Install Python packages
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dace==0.14.0
f90nml>=1.1.0
numpy>=1.15
-e external/gt4py
-e util[dace]
-e external/dace
-e stencils
-e dsl
-e physics
Expand Down

0 comments on commit 8de32bc

Please sign in to comment.