Skip to content

Commit

Permalink
Update Poetry configuration in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yacobolo committed Feb 15, 2024
1 parent 0c78f32 commit 0506920
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
run: pip install poetry

- name: Configure Poetry
run: |
poetry config virtualenvs.create false
run: poetry config virtualenvs.create false

- name: Install dependencies
run: poetry install
Expand Down

0 comments on commit 0506920

Please sign in to comment.