Skip to content

Commit e681d1f

Browse files
committed
set poetry config virtualenvs.create in test.yml to true to build the new updated virtual environement
1 parent 5073c02 commit e681d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade setuptools wheel virtualenv
2020
pip install poetry
21-
poetry config virtualenvs.create false
21+
poetry config virtualenvs.create true
2222
poetry install
2323
- name: Install Pandoc # apt version seems too old
2424
uses: r-lib/actions/setup-pandoc@v2

0 commit comments

Comments
 (0)