Skip to content

Commit

Permalink
Merge pull request #66 from cisagov/26-resolve-yamllint-issues
Browse files Browse the repository at this point in the history
Fix .github/workflows/backend.yml
  • Loading branch information
cduhn17 authored Mar 14, 2024
2 parents 8da3f57 + fe64a18 commit b27028b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: pip-${{ hashFiles(**/requirements.txt) }}
key: pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: pip-
- run: pip install -r worker/requirements.txt
- run: pytest
Expand Down

0 comments on commit b27028b

Please sign in to comment.