Skip to content

Commit

Permalink
Try poetry install again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek committed Feb 14, 2023
1 parent 482f6f8 commit dbc5681
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
source $VENV
pip install -r requirements-full.txt
poetry install --no-interaction -E optimization
- name: List installed packages
shell: bash -l {0}
Expand Down

0 comments on commit dbc5681

Please sign in to comment.