8000 Fix CI · Tinche/aiofiles@e28714d · GitHub
[go: up one dir, main page]

Skip to content

Commit e28714d

Browse files
committed
Fix CI

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
32+
python -m pip install --upgrade pip wheel poetry
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"