Skip to content

Commit

Permalink
One more thing to try
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek committed Feb 14, 2023
1 parent dbc5681 commit 5f404b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,10 @@ jobs:
key: venv-${{ runner.os }}-v1-${{ hashFiles('**/poetry.lock') }}

- name: Install dependencies
shell: bash -l {0}
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry install --no-interaction -E optimization
pip install -r requirements-full.txt
- name: List installed packages
shell: bash -l {0}
Expand Down

0 comments on commit 5f404b2

Please sign in to comment.