We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c4193 commit 12003c0Copy full SHA for 12003c0
1 file changed
.github/workflows/python_package.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Upgrade pip and install dependencies
35
run: |
36
python -m pip install --upgrade pip
37
- python -m pip install flake8 pytest pytest-asyncio install setuptools wheel
+ python -m pip install flake8 pytest pytest-asyncio setuptools wheel
38
- name: Build package
39
40
python setup.py bdist_wheel sdist
0 commit comments