Skip to content

Commit 8943f66

Browse files
Update python-app.yml
1 parent b75c5be commit 8943f66

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,5 @@ jobs:
3838
run: |
3939
pytest
4040
- name: Run Python Script
41-
# You may pin to the exact commit or the version.
42-
# uses: jannekem/run-python-script-action@bbfca66c612a28f3eeca0ae40e1f810265e2ea68
43-
uses: jannekem/run-python-script-action@v1.7
44-
with:
45-
# Python script
46-
script:
47-
# Fail step if the return code from running the script is non-zero
48-
fail-on-error: # optional, default is true
49-
# Include utility functions
50-
util: # optional, default is true
41+
5142

0 commit comments

Comments
 (0)