Skip to content

Commit f8245ad

Browse files
POC
1 parent b0ab02f commit f8245ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate_stats.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.13'
26-
- run: python my_script.py
27-
run: |
26+
- run: |
2827
pip install request tabulate
2928
echo "# Downloads for sonar-cnes-report" > stats.md
3029
python ci_tools/stats_dl.py >> stats.md

0 commit comments

Comments
 (0)