Skip to content

Commit f96a944

Browse files
fix ci
1 parent 76c09b3 commit f96a944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: ${{ matrix.python-version }}
3737
- name: Install dependencies
3838
run: |
39-
python -m pip install --upgrade pip
39+
python -m pip install --upgrade pip wheel setuptools build
4040
python -m pip install poetry
4141
poetry config virtualenvs.create false
4242
poetry install --no-interaction --no-ansi --without dev,docs

0 commit comments

Comments
 (0)