Skip to content

Commit 2312639

Browse files
authored
Merge pull request #145 from jschlyter/poetry_fixes
remove Python 3.10 workaround for Poetry
2 parents d07dde5 + a81d6cd commit 2312639

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
run: |
4848
pip install poetry
4949
poetry config virtualenvs.in-project true
50-
- name: Python 3.10 workaround
51-
run: poetry config experimental.new-installer false
5250
- name: Install dependencies
5351
run: poetry install
5452
- name: Run pytest

0 commit comments

Comments
 (0)