Skip to content

Commit a7e1750

Browse files
author
kpzn768
committed
Remove tf from Github actions
1 parent bdd0f92 commit a7e1750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh |
1717
bash -s -- --batch
1818
conda env create -f env-dev.yml
19-
conda run --name aizynth-dev poetry install -E all -E tf
19+
conda run --name aizynth-dev poetry install -E all
2020
conda run --name aizynth-dev inv full-tests
2121
- name: Upload coverage to Codecov
2222
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)