diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 77909f6..a77f6c3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh | bash -s -- --batch conda env create -f env-dev.yml - conda run --name aizynth-dev poetry install --all-extras + conda run --name aizynth-dev poetry install -E all -E tf conda run --name aizynth-dev inv full-tests - name: Upload coverage to Codecov uses: codecov/codecov-action@v1