From dc7aad30ced92f83db26bebd4f63824d4a13a64e Mon Sep 17 00:00:00 2001 From: Matteo Bettini Date: Fri, 8 Sep 2023 14:51:35 +0100 Subject: [PATCH] update tests Signed-off-by: Matteo Bettini --- .github/workflows/python-app.yml | 1 + requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2ee6d01c..0a44a6fe 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -33,6 +33,7 @@ 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 --pre torch --extra-index-url https://download.pytorch.org/whl/nightly/cpu --force-reinstall python -m pip install git+https://github.com/pytorch-labs/tensordict.git python -m pip install git+https://github.com/pytorch/rl.git diff --git a/requirements.txt b/requirements.txt index 11318232..e2d09241 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -torchrl hydra-core