@@ -19,13 +19,13 @@ jobs:
1919 uses : py-actions/flake8@v2
2020 with :
2121 ignore : " E501,F405,F403"
22- path : " meshing"
22+ path : " spack_repo/lihpc/ meshing"
2323
2424 - name : Flake8 on meshing_supersede
2525 uses : py-actions/flake8@v2
2626 with :
2727 ignore : " E501,F405,F403,W504"
28- path : " meshing_supersede"
28+ path : " spack_repo/lihpc/ meshing_supersede"
2929
3030 spack-spec-mgx3d :
3131 # The CMake configure and build commands are platform agnostic and should work equally
@@ -47,10 +47,10 @@ jobs:
4747 - name : Initialize Spack environment
4848 shell : bash
4949 run : |
50- git clone --depth=1 -b v0.23 .1 https://github.com/spack/spack.git ${{github.workspace}}/spack
50+ git clone --depth=1 -b v1.1 .1 https://github.com/spack/spack.git ${{github.workspace}}/spack
5151 source ${{github.workspace}}/spack/share/spack/setup-env.sh
52- spack repo add ${{github.workspace}}/meshing
53- spack repo add ${{github.workspace}}/meshing_supersede
52+ spack repo add ${{github.workspace}}/spack_repo/lihpc/ meshing
53+ spack repo add ${{github.workspace}}/spack_repo/lihpc/ meshing_supersede
5454
5555 - name : Check Spack spec
5656 # We create a subdirectory that will stand as our working directory for all
8181 shell : bash
8282 run : |
8383 source /spack/share/spack/setup-env.sh
84- spack repo add $GITHUB_WORKSPACE/meshing
85- spack repo add $GITHUB_WORKSPACE/meshing_supersede
84+ spack repo add $GITHUB_WORKSPACE/spack_repo/lihpc/ meshing
85+ spack repo add $GITHUB_WORKSPACE/spack_repo/lihpc/ meshing_supersede
8686
8787 - name : Build and Install Magix3D
8888 shell : bash
0 commit comments