Skip to content

Commit

Permalink
Update win-build-and-pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Bayoumy committed Jun 4, 2023
1 parent d4266c6 commit bad04e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-build-and-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install flake8 pytest pytest-cov
pip install wheel
python setup.py sdist bdist_wheel
pip install dist/*.whl
Expand Down

0 comments on commit bad04e8

Please sign in to comment.