We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b79ea commit dadff91Copy full SHA for dadff91
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
set -xe
30
python -VV
31
python -m site
32
- python -m pip install --upgrade pip wheel poetry
+ python -m pip install --upgrade pip wheel
33
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
34
- name: "Run tox targets for ${{ matrix.python-version }}"
35
run: "python -m tox"
0 commit comments