We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475d7f4 commit b814d7cCopy full SHA for b814d7c
.github/workflows/python-package.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
python -m venv development
33
. development/bin/activate
34
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools wheel
35
python -m pip install flake8 pylint pytest rdflib
36
python setup.py install
37
exifread2case --help
0 commit comments