Skip to content

Commit

Permalink
adding removal of apptainer
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Apr 7, 2022
1 parent 9031a67 commit 9c270e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
cd apptainer-${VERSION}
./mconfig -v -p /usr/local
make -C ./builddir all && sudo make -C ./builddir install
cd ../ && rm apptainer-${VERSION}.tar.gz && rm -rf apptainer-${VERSION}
- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-with-model-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
cd apptainer-${VERSION}
./mconfig -v -p /usr/local
make -C ./builddir all && sudo make -C ./builddir install
cd ../ && rm apptainer-${VERSION}.tar.gz && rm -rf apptainer-${VERSION}
- name: Install pip dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 9c270e4

Please sign in to comment.