Skip to content

Commit

Permalink
fix: remove --no-update option
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackgeo committed May 31, 2023
1 parent c3558a7 commit 7ad415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pip install poetry==1.5.1

- name: Install code
run: poetry install --no-update
run: poetry install

- name: Lint
run: make lint
Expand Down

0 comments on commit 7ad415c

Please sign in to comment.