Skip to content

Commit dadff91

Browse files
committed
Remove poetry
1 parent d4b79ea commit dadff91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
set -xe
3030
python -VV
3131
python -m site
32-
python -m pip install --upgrade pip wheel poetry
32+
python -m pip install --upgrade pip wheel
3333
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
3434
- name: "Run tox targets for ${{ matrix.python-version }}"
3535
run: "python -m tox"

0 commit comments

Comments
 (0)