Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Nov 20, 2024
1 parent 967b809 commit cae52c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nvidia_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ jobs:
- name: Create script file
run: |
python3 -c "
import textwrap
content = textwrap.dedent('''${{ github.event.inputs.script_content }}''')
with open('${{ github.event.inputs.filename }}', 'w') as f:
f.write('''${{ github.event.inputs.script_content }}''')
f.write(content)
"
cat ${{ github.event.inputs.filename }} # Debug: show file contents
- name: Install dependencies
run: |
Expand Down

0 comments on commit cae52c2

Please sign in to comment.