Skip to content

Commit ab84310

Browse files
committed
use 3.13 for not-grep
1 parent 7b35dfb commit ab84310

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci_static_analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- uses: actions/checkout@v5
15+
- name: Setup Python for running tests
16+
uses: actions/setup-python@v6
17+
with:
18+
python-version: 3.13
19+
architecture: x64
1520
- name: not-grep
1621
uses: mattsb42-meta/not-grep@1.0.0

0 commit comments

Comments
 (0)