We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd0f92 commit a7e1750Copy full SHA for a7e1750
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh |
17
bash -s -- --batch
18
conda env create -f env-dev.yml
19
- conda run --name aizynth-dev poetry install -E all -E tf
+ conda run --name aizynth-dev poetry install -E all
20
conda run --name aizynth-dev inv full-tests
21
- name: Upload coverage to Codecov
22
uses: codecov/codecov-action@v1
0 commit comments