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 3f9dfcb commit 6f7e4beCopy full SHA for 6f7e4be
1 file changed
.github/workflows/ci_static-analysis.yaml
@@ -12,6 +12,6 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- name: Upgrade setuptools
15
- run: python -m pip install --upgrade setuptools
+ run: python -m pip install "setuptools<81"
16
- name: not-grep
17
uses: mattsb42-meta/not-grep@1.0.0
0 commit comments