Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
  • Loading branch information
matteobettini committed Sep 8, 2023
1 parent 34d430e commit 14fdb33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install git+https://github.com/pytorch-labs/tensordict.git
python -m pip install git+https://github.com/pytorch/rl.git
pip install -e .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 14fdb33

Please sign in to comment.