Skip to content

Commit adb9124

Browse files
authored
Merge pull request #844 from pytorch/malfet/cleanup-scripts
Cleanup test scripts
2 parents ec5b7f9 + 1059379 commit adb9124

File tree

3 files changed

+1
-61
lines changed

3 files changed

+1
-61
lines changed

.github/workflows/check-quickstartmodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v2
3131
- name: Regen quick-start-module
3232
run: |
33-
python3 scripts/gen_quick_start_module.js >assets/quick-start-module.js
33+
python3 scripts/gen_quick_start_module.py >assets/quick-start-module.js
3434
CHANGES=$(git status --porcelain "assets/quick-start-module.js")
3535
echo "$CHANGES"
3636
[ -z "$CHANGES" ]
File renamed without changes.

scripts/test_pip_install.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)