Skip to content

Commit b0ab02f

Browse files
poc
1 parent 6aa1ed2 commit b0ab02f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/generate_stats.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- name: Test cnes-report
22+
- uses: actions/checkout@v4
23+
- uses: actions/setup-python@v5
24+
with:
25+
python-version: '3.13'
26+
- run: python my_script.py
2327
run: |
2428
pip install request tabulate
2529
echo "# Downloads for sonar-cnes-report" > stats.md

0 commit comments

Comments
 (0)