Skip to content

Commit bf979a3

Browse files
committed
ci: install setuptools
1 parent 91e44b8 commit bf979a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/unit.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
path: .venv
3939
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
4040
#----------------------------------------------
41+
# install setuptools
42+
#----------------------------------------------
43+
- name: Install setuptools
44+
run: pip install --upgrade setuptools
45+
#----------------------------------------------
4146
# install dependencies if cache does not exist
4247
#----------------------------------------------
4348
- name: Install dependencies

0 commit comments

Comments
 (0)