Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Sep 25, 2024
1 parent f73da9b commit 8c602d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: check for updates
run: |
gh pr checkout 112
diffval=$(diff conda-lock.yml ../conda-lock-backup.yml)
diffval=`diff conda-lock.yml ../conda-lock-backup.yml`
if [[ "${diffval}" == "" ]]; then
echo "no relock happened!"
exit 1
Expand Down

0 comments on commit 8c602d9

Please sign in to comment.