We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01369c commit ff9b87dCopy full SHA for ff9b87d
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
install: |
87
apt-get update
88
apt-get install -y --no-install-recommends python3 python3-pip
89
- pip install pip pytest pytest-codspeed
+ pip install pytest pytest-codspeed
90
run: |
91
pip3 install uuid_utils --no-index --find-links dist/ --force-reinstall
92
pytest -v .
0 commit comments