Skip to content

Commit 83b7c38

Browse files
authored
Update test_swell.yml
1 parent 8406a93 commit 83b7c38

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/test_swell.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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
@@ -72,14 +72,6 @@ jobs:
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

0 commit comments

Comments
 (0)