Skip to content

Commit

Permalink
Got rid of --color-always
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Nov 28, 2024
1 parent 5c2976c commit 63a6575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
then
echo "Files env_before.yml and env_after.yml do not differ."
else
diff --side-by-side --color-always env_before.yml env_after.yml
diff --side-by-side env_before.yml env_after.yml
fi
- name: Download test data repository from RODARE
Expand Down

0 comments on commit 63a6575

Please sign in to comment.