Skip to content

Commit

Permalink
update CI for poetry bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ftruzzi committed Mar 26, 2021
1 parent 148451b commit 67a7b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Install dependencies
run: |
poetry config virtualenvs.in-project true
poetry config experimental.new-installer false
poetry install
- name: Run tests
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install dependencies
run: |
poetry config virtualenvs.in-project true
poetry config experimental.new-installer false
poetry install
- name: Config PyPI token
Expand Down

0 comments on commit 67a7b8d

Please sign in to comment.