Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahls committed Dec 28, 2023
1 parent f28e95b commit 96ec74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fastrl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Check if all notebooks are cleaned
run: |
sudo su
git config --global --add safe.directory /__w/fastrl/fastrl
echo "Check we are starting with clean git checkout"
if [ -n "$(git status -uno -s)" ]; then echo "git status is not clean"; false; fi
echo "Trying to strip out notebooks"
Expand Down

0 comments on commit 96ec74f

Please sign in to comment.