Skip to content

Commit 82058c6

Browse files
authored
Update install action (#26)
1 parent 84b88ea commit 82058c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies
2424
run: |
25-
python -m pip install --upgrade pip
25+
python -m pip install --upgrade pip setuptools wheel
2626
python setup.py install
2727
- name: Black Code Formatter
2828
uses: jpetrucciani/[email protected]

0 commit comments

Comments
 (0)