Skip to content

Commit a31e140

Browse files
author
sunhailin
committed
fix workflow missing setuptools
1 parent 0f1f4b6 commit a31e140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install dependencies
1919
run: |
20-
python -m pip install --upgrade pip
20+
python -m pip install --upgrade pip setuptools
2121
pip install -r requirements.txt
2222
pip install -r test/requirements.txt
2323
- name: Run unit test

0 commit comments

Comments
 (0)