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 3878330 commit 40b552dCopy full SHA for 40b552d
.github/workflows/pythonpackage.yml
@@ -29,6 +29,7 @@ jobs:
29
python-version: ${{ matrix.python-version }}
30
- name: Run install
31
run: |
32
+ pip install setuptools
33
pip install .
34
- name: Lint with Pylint
35
0 commit comments