Skip to content

Commit 3f9dfcb

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci_static-analysis.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ 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'
14+
- name: Upgrade setuptools
15+
run: python -m pip install --upgrade setuptools
1916
- name: not-grep
2017
uses: mattsb42-meta/not-grep@1.0.0

0 commit comments

Comments
 (0)