Skip to content

Commit 2c1bce6

Browse files
committed
do not re-install struphy in container
1 parent fcbd21f commit 2c1bce6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test-PR-struphy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
run: |
6464
ls .testmon* || echo "No .testmondata"
6565
66-
# temporary - remove after feectools merge
67-
- name: Install Struphy in container
68-
uses: ./.github/actions/install/struphy-in-container
69-
with:
70-
compile_language: ${{ matrix.compile_language }}
71-
struphy_branch: 146-install-feectools
66+
# # temporary - remove after feectools merge
67+
# - name: Install Struphy in container
68+
# uses: ./.github/actions/install/struphy-in-container
69+
# with:
70+
# compile_language: ${{ matrix.compile_language }}
71+
# struphy_branch: 146-install-feectools
7272

7373
- name: Install Psydac in container
7474
uses: ./.github/actions/install/psydac-in-container
@@ -78,8 +78,8 @@ jobs:
7878
- name: Compile all kernels
7979
run: |
8080
source /struphy_${{ matrix.compile_language }}_/env_${{ matrix.compile_language }}_/bin/activate
81-
struphy compile --language ${{ matrix.compile_language }}
82-
# psydac-accelerate --language ${{ matrix.compile_language }}
81+
psydac-accelerate --language ${{ matrix.compile_language }}
82+
# struphy compile --language ${{ matrix.compile_language }}
8383

8484
- name: Run struphy unit tests
8585
env:

0 commit comments

Comments
 (0)