Skip to content

Commit

Permalink
Like i never touched it
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek committed Feb 14, 2023
1 parent 5f404b2 commit b65bc63
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 @@ -202,10 +202,9 @@ 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: |
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 b65bc63

Please sign in to comment.