Skip to content

Commit

Permalink
fix syntax issue in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bgunnar5 committed Sep 30, 2024
1 parent f947eae commit beafb22
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/push-pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ jobs:
pip3 install -r requirements/dev.txt
- name: Cache Singularity build artifacts
uses: actions/cache@v2
with:
path: |
${{ github.workspace }}/singularity-ce-$SINGULARITY_VERSION
/usr/local/bin/singularity
key: ${{ runner.os }}-singularity-${{ hashFiles('requirements/release.txt') }}-${{ hashFiles('requirements/dev.txt') }}-${{ env.SINGULARITY_VERSION }}
uses: actions/cache@v2
with:
path: |
${{ github.workspace }}/singularity-ce-$SINGULARITY_VERSION
/usr/local/bin/singularity
key: ${{ runner.os }}-singularity-${{ hashFiles('requirements/release.txt') }}-${{ hashFiles('requirements/dev.txt') }}-${{ env.SINGULARITY_VERSION }}

- name: Install singularity
run: |
Expand Down Expand Up @@ -185,12 +185,12 @@ jobs:
pip3 install -r requirements/dev.txt
- name: Cache Singularity build artifacts
uses: actions/cache@v2
with:
path: |
${{ github.workspace }}/singularity-ce-$SINGULARITY_VERSION
/usr/local/bin/singularity
key: ${{ runner.os }}-singularity-${{ hashFiles('requirements/release.txt') }}-${{ hashFiles('requirements/dev.txt') }}-${{ env.SINGULARITY_VERSION }}
uses: actions/cache@v2
with:
path: |
${{ github.workspace }}/singularity-ce-$SINGULARITY_VERSION
/usr/local/bin/singularity
key: ${{ runner.os }}-singularity-${{ hashFiles('requirements/release.txt') }}-${{ hashFiles('requirements/dev.txt') }}-${{ env.SINGULARITY_VERSION }}

# - name: Cache Singularity build artifacts
# uses: actions/cache@v2
Expand Down Expand Up @@ -275,12 +275,12 @@ jobs:
merlin config
- name: Cache Singularity build artifacts
uses: actions/cache@v2
with:
path: |
${{ github.workspace }}/singularity-ce-$SINGULARITY_VERSION
/usr/local/bin/singularity
key: ${{ runner.os }}-singularity-${{ hashFiles('requirements/release.txt') }}-${{ hashFiles('requirements/dev.txt') }}-${{ env.SINGULARITY_VERSION }}
uses: actions/cache@v2
with:
path: |
${{ github.workspace }}/singularity-ce-$SINGULARITY_VERSION
/usr/local/bin/singularity
key: ${{ runner.os }}-singularity-${{ hashFiles('requirements/release.txt') }}-${{ hashFiles('requirements/dev.txt') }}-${{ env.SINGULARITY_VERSION }}

# - name: Cache Singularity build artifacts
# uses: actions/cache@v2
Expand Down

0 comments on commit beafb22

Please sign in to comment.