Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcli committed Dec 7, 2024
1 parent 95da2f0 commit d455056
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
with:
lfs: false

- name: activate gcc9
run: scl enable gcc-toolset-9 bash

- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh robert_output.nc)" >> $GITHUB_ENV

Expand Down Expand Up @@ -93,6 +96,9 @@ jobs:
with:
lfs: false

- name: activate gcc9
run: scl enable gcc-toolset-9 bash

- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh robert_output.nc)" >> $GITHUB_ENV

Expand Down Expand Up @@ -144,6 +150,9 @@ jobs:
with:
lfs: false

- name: activate gcc9
run: scl enable gcc-toolset-9 bash

- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh robert3d_output.nc)" >> $GITHUB_ENV

Expand Down Expand Up @@ -195,6 +204,9 @@ jobs:
with:
lfs: false

- name: activate gcc9
run: scl enable gcc-toolset-9 bash

- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh bryan_output.nc)" >> $GITHUB_ENV

Expand Down Expand Up @@ -246,6 +258,9 @@ jobs:
with:
lfs: false

- name: activate gcc9
run: scl enable gcc-toolset-9 bash

- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh swxy_output.nc)" >> $GITHUB_ENV

Expand Down Expand Up @@ -297,6 +312,9 @@ jobs:
with:
lfs: false

- name: activate gcc9
run: scl enable gcc-toolset-9 bash

- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh intruder_output.nc)" >> $GITHUB_ENV

Expand Down Expand Up @@ -348,8 +366,8 @@ jobs:
with:
lfs: false

- name: install python modules
run: pip3 install -r requirements.txt
- name: activate gcc9
run: scl enable gcc-toolset-9 bash

- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh test_blast_output.nc)" >> $GITHUB_ENV
Expand Down

0 comments on commit d455056

Please sign in to comment.