Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit a5afd93

Browse files
committed
fix publish.yml virtualenvs-create false stopped to work, trying true
1 parent 9f61a93 commit a5afd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install and configure Poetry
1515
uses: snok/install-poetry@v1.1.8
1616
with:
17-
virtualenvs-create: false
17+
virtualenvs-create: true
1818
- name: Install requirements
1919
run: poetry install --no-dev
2020
- name: Build dists

0 commit comments

Comments
 (0)