Skip to content

Commit

Permalink
Add SINGULARITY env var to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
dhower-qc committed Dec 18, 2024
1 parent cce52ad commit 4b5a4c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
needs: check_date
if: ${{ needs.check_date.outputs.should_run != 'false' }}
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand Down

0 comments on commit 4b5a4c5

Please sign in to comment.