Skip to content

Commit b4018c1

Browse files
authored
Update action (#25)
1 parent 06f8fdb commit b4018c1

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
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27-
python -m pip install --upgrade pip
27+
python -m pip install --upgrade pip setuptools wheel
2828
python setup.py install
2929
3030
- name: Black Code Formatter

0 commit comments

Comments
 (0)