Skip to content

Commit 12003c0

Browse files
committed
Fix pip install command in GitHub Actions workflow
1 parent 53c4193 commit 12003c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Upgrade pip and install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37-
python -m pip install flake8 pytest pytest-asyncio install setuptools wheel
37+
python -m pip install flake8 pytest pytest-asyncio setuptools wheel
3838
- name: Build package
3939
run: |
4040
python setup.py bdist_wheel sdist

0 commit comments

Comments
 (0)