Skip to content

Commit

Permalink
Reorganized
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Feb 16, 2024
1 parent b2f59a5 commit ad9e39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apptainer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
uses: uw-psych/apptainer-actions/build-and-push@dev
with:
deffile: workshop-01/Singularity
build-args: PY_FILE=workshop-01/single-job.py
build-args: PY_FILE=single-job.py
image-name: w01-single-job
- name: Build Container for Workshop 1 (array-job.py)
uses: uw-psych/apptainer-actions/build-and-push@dev
with:
deffile: workshop-01/Singularity
build-args: PY_FILE=workshop-01/array-job.py
build-args: PY_FILE=array-job.py
image-name: w01-array-job

0 comments on commit ad9e39c

Please sign in to comment.