Skip to content

Commit 4ef1727

Browse files
author
Lucas McDonald
committed
m
1 parent ab0ff80 commit 4ef1727

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci_static-analysis.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- 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'
1419
- name: not-grep
1520
uses: mattsb42-meta/not-grep@1.0.0

0 commit comments

Comments
 (0)