Skip to content

Commit c85f733

Browse files
committed
renaming dsmc -> dsmc.py
1 parent 67980a7 commit c85f733

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/dsmc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
3333
- name: Run DSMC completeness scan
34-
run: python dsmc
34+
run: python dsmc.py
3535

3636
- name: Commit and push updated reports
3737
run: |
File renamed without changes.

0 commit comments

Comments
 (0)