We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c09b3 commit f96a944Copy full SHA for f96a944
.github/workflows/python-tests.yml
@@ -36,7 +36,7 @@ jobs:
36
python-version: ${{ matrix.python-version }}
37
- name: Install dependencies
38
run: |
39
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip wheel setuptools build
40
python -m pip install poetry
41
poetry config virtualenvs.create false
42
poetry install --no-interaction --no-ansi --without dev,docs
0 commit comments