Skip to content

Commit

Permalink
Update ci-build.yml (lava-nc#89)
Browse files Browse the repository at this point in the history
Remove redundant poetry updates
  • Loading branch information
mgkwill authored and erikberter committed Aug 19, 2022
1 parent f9aeca7 commit 3dfab62
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
poetry update --no-interaction
poetry install --no-interaction --no-root
- name: Install Lava
- name: Install Lava-DL
run: |
poetry update --no-interaction
poetry install --no-interaction
- name: Run flakeheaven (flake8)
Expand Down Expand Up @@ -79,9 +78,8 @@ jobs:
poetry update --no-interaction
poetry install --no-interaction --no-root
- name: Install Lava
- name: Install Lava-DL
run: |
poetry update --no-interaction
poetry install --no-interaction
- name: Run bandit
Expand Down Expand Up @@ -125,9 +123,8 @@ jobs:
poetry update --no-interaction
poetry install --no-interaction --no-root
- name: Install Lava
- name: Install Lava-DL
run: |
poetry update --no-interaction
poetry install --no-interaction
- name: Run unit tests
Expand Down

0 comments on commit 3dfab62

Please sign in to comment.