From a0b10c62467449cb1773d0573550b9fcf029db2a Mon Sep 17 00:00:00 2001 From: Raghu Rajan Date: Thu, 2 May 2024 18:31:11 +0200 Subject: [PATCH] Update install env for various GitHub workflow tests and ray, tensorflow versions --- .github/workflows/gh-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-test.yml b/.github/workflows/gh-test.yml index d977d74..8381443 100644 --- a/.github/workflows/gh-test.yml +++ b/.github/workflows/gh-test.yml @@ -24,9 +24,9 @@ jobs: run: | python -m pip install --upgrade pip pip install flake8 pytest pytest-cov setuptools numpy - pip install -e .[extras_disc] - pip install ray[rllib,debug]==0.7.3 - pip install tensorflow==1.13.1 + pip install -e .[extras] + pip install ray[rllib,debug] + pip install tensorflow - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names