We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e44b8 commit bf979a3Copy full SHA for bf979a3
.github/workflows/unit.yaml
@@ -38,6 +38,11 @@ jobs:
38
path: .venv
39
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
40
#----------------------------------------------
41
+ # install setuptools
42
+ #----------------------------------------------
43
+ - name: Install setuptools
44
+ run: pip install --upgrade setuptools
45
46
# install dependencies if cache does not exist
47
48
- name: Install dependencies
0 commit comments