Skip to content

Commit

Permalink
fix yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
bgunnar5 committed Sep 24, 2024
1 parent e38cc93 commit c136058
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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/go
key: ${{ runner.os }}-singularity-${{ hashFiles('requirements/release.txt') }}-${{ hashFiles('requirements/dev.txt') }}
uses: actions/cache@v2
with:
path: |
${{ github.workspace }}/singularity-ce-$SINGULARITY_VERSION
/usr/local/go
key: ${{ runner.os }}-singularity-${{ hashFiles('requirements/release.txt') }}-${{ hashFiles('requirements/dev.txt') }}

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

- name: Install singularity
run: |
Expand Down

0 comments on commit c136058

Please sign in to comment.