We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0ff80 commit 4ef1727Copy full SHA for 4ef1727
.github/workflows/ci_static-analysis.yaml
@@ -11,5 +11,10 @@ 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'
19
- name: not-grep
20
uses: mattsb42-meta/not-grep@1.0.0
0 commit comments