Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
  • Loading branch information
matteobettini committed Sep 11, 2023
1 parent 8c57bde commit 37716aa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -35,8 +34,14 @@ jobs:
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install --pre torch --extra-index-url https://download.pytorch.org/whl/nightly/cpu --force-reinstall
cd ..
python -m pip install git+https://github.com/pytorch-labs/tensordict.git
python -m pip install git+https://github.com/pytorch/rl.git
git clone https://github.com/pytorch/rl.git
cd rl
python setup.py develp
cd ../BenchMARL
pip install -e .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 37716aa

Please sign in to comment.