File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060
6161 # Install and initialize jedi_bundle
6262 # ----------------------------------
63- jedi_bundle-setup :
63+ build_jedi :
6464 runs-on : nccs-discover
6565 timeout-minutes : 10
6666 needs : establish-workflow
7272 source /discover/nobackup/projects/gmao/advda/swell/jedi_modules/spackstack_1.9_intel
7373 pip install --prefix=${{ env.CI_BASE }}/${GITHUB_RUN_ID}/jedi_bundle -r ${{ env.CI_BASE }}/${GITHUB_RUN_ID}/jedi_bundle/src/requirements.txt --no-cache-dir --ignore-installed ${{ env.CI_BASE }}/${GITHUB_RUN_ID}/jedi_bundle/src
7474
75- build-jedi :
76- runs-on : nccs-discover
77- timeout-minutes : 90
78- needs : jedi_bundle-setup
79-
80- steps :
81- - name : clone-jedi
82- run :
8375 BUILD_PATH=${{ env.CI_BASE }}/${GITHUB_RUN_ID}/jedi_build
8476 mkdir -p $BUILD_PATH
8577 cd $BUILD_PATH
You can’t perform that action at this time.
0 commit comments