File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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 :
You can’t perform that action at this time.
0 commit comments