Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Fix if check
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnesbitt committed Mar 6, 2020
1 parent 56f6c65 commit 7b5eea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: diff requirements.txt generated-requirements.txt

- name: Print debug output
if: failed()
run: echo Mismatch between Pipfile and requirements.txt. Please re-generate requirements.txt. && false
if: failure()

- uses: actions/cache@v1
id: multinet-cache
Expand Down

0 comments on commit 7b5eea7

Please sign in to comment.