File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,26 +67,24 @@ jobs:
6767 - name : Install struphy without mpi # TODO: Set branch to devel
6868 working-directory : ${{ env.STRUPHY_DIR }}
6969 run : |
70- echo "Psydac location for this branch"
71- pip show psydac
72- pip uninstall psydac -y
70+ pip show feectools
71+ pip uninstall feectools -y
7372 python -m pip install ".[phys]" --no-cache-dir
74- echo "Psydac location after installing struphy"
75- pip show psydac
73+ echo "feectools location after installing struphy"
74+ pip show feectools
7675
77- - name : Re-install Psydac from the current branch
76+ - name : Re-install feectools from the current branch
7877 run : |
79- echo "Uninstall psydac"
8078 psydac-accelerate --cleanup --yes
81- pip show psydac
82- pip uninstall psydac -y
79+ pip show feectools
80+ pip uninstall feectools -y
8381 python -m pip install ${{ env.PSYDAC_DIR }} --force-reinstall --no-cache-dir
84- echo "Psydac location after installing psydac from the current branch (should be the same as in the previous step)"
85- pip show psydac
82+ echo "feectools location after installing feectools from the current branch (should be the same as in the previous step)"
83+ pip show feectools
8684
8785 - name : Compile struphy
8886 run : |
89- pip show psydac
87+ pip show feectools
9088 struphy -h
9189 struphy compile -y --language ${{ matrix.compile_language }}
9290
You can’t perform that action at this time.
0 commit comments