Skip to content

Commit

Permalink
fix: corrige poetry do ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Feb 26, 2024
1 parent 5a13b88 commit 8440f34
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- name: Install Poetry
uses: Gr1N/setup-poetry@v8

- name: Deactivate virtal env Poetry
run: poetry config virtualenvs.create false

- name: Install dependencies
run: poetry install --only lint

Expand Down Expand Up @@ -62,9 +59,6 @@ jobs:
- name: Install Poetry
uses: Gr1N/setup-poetry@v8

- name: Deactivate virtal env Poetry
run: poetry config virtualenvs.create false

- name: Install dependencies
run: poetry install --only dev

Expand Down

0 comments on commit 8440f34

Please sign in to comment.