We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef1727 commit 3f9dfcbCopy full SHA for 3f9dfcb
.github/workflows/ci_static-analysis.yaml
@@ -11,10 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- # not-grep uses "pkg_resources" which is not supported by Python 3.14
15
- - name: Set up Python 3.13
16
- uses: actions/setup-python@v4
17
- with:
18
- python-version: '3.13'
+ - name: Upgrade setuptools
+ run: python -m pip install --upgrade setuptools
19
- name: not-grep
20
uses: mattsb42-meta/not-grep@1.0.0
0 commit comments