Skip to content

Commit

Permalink
uncomment singularity run
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Nov 15, 2023
1 parent 059e4e7 commit 78fc733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
id: singularity_test
run: |
# Parent directory as a bind path in a env variable
# singularity exec --nv ../${{ steps.set_image_name.outputs.model_name }}.sif ${{ steps.get_test_command.outputs.test_command }}
singularity exec --nv ../${{ steps.set_image_name.outputs.model_name }}.sif ${{ steps.get_test_command.outputs.test_command }}
- name: Run test command in Docker
id: docker_test
Expand Down

0 comments on commit 78fc733

Please sign in to comment.