Skip to content

Commit b814d7c

Browse files
committed
Upgrade baseline virtual environment state to accept wheels
Signed-off-by: Alex Nelson <[email protected]>
1 parent 475d7f4 commit b814d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python -m venv development
3333
. development/bin/activate
34-
python -m pip install --upgrade pip
34+
python -m pip install --upgrade pip setuptools wheel
3535
python -m pip install flake8 pylint pytest rdflib
3636
python setup.py install
3737
exifread2case --help

0 commit comments

Comments
 (0)