Skip to content

Commit

Permalink
lets try a different number of brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Oct 1, 2023
1 parent 80289c9 commit 9306b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
python -m pip uninstall -y -r <(pip freeze)
python -m pip install -e .
current=$(pip freeze)
if [[ $latest != $current ]] then
if [ $latest != $current ] then
exit 1
fi
Expand Down

0 comments on commit 9306b31

Please sign in to comment.