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 10a5e57 commit 4f188e8Copy full SHA for 4f188e8
.github/workflows/cicd.yml
@@ -29,6 +29,8 @@ jobs:
29
uses: actions/setup-python@v2
30
with:
31
python-version: ${{ matrix.python-version }}
32
+ run: |
33
+ pip install setuptools
34
35
# Run pre-commit checks for syntax compliance
36
- name: Pre-Commit Checks
0 commit comments