Skip to content

Commit

Permalink
Update tests workflow poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshidaa committed Dec 5, 2023
1 parent 951c1e4 commit 69510f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -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
Expand Down

0 comments on commit 69510f4

Please sign in to comment.