Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbou92 committed Aug 6, 2024
1 parent fecf3d1 commit 259da7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/unittests/install_dependencies_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ cd ..
python -m pip install git+https://github.com/pytorch-labs/tensordict.git
git clone https://github.com/pytorch/rl.git
cd rl
python setup.py develop
python setup.py develop
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
if [ $? -ne 0 ]; then
git --no-pager diff
exit 1
fi
fi
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
fail_ci_if_error: false

0 comments on commit 259da7c

Please sign in to comment.