File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 66 preview :
77 runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
88 permissions :
9- contents : read # For checking out the repository
10- issues : write # For creating GitHub issues (if create-issue is enabled)
11- actions : read # For creating workflow artifacts (if create-artifact is enabled)
9+ pull-requests : write
1210 steps :
1311 - uses : actions/checkout@v4
1412 with :
8179 with :
8280 html-path : ' ./_build/html'
8381 warnings : ' SyntaxWarning,DeprecationWarning,FutureWarning'
84- fail-on-warning : ' false'
85- create-issue : ' true'
86- issue-title : ' Python Warnings Found in Code Output'
87- create-artifact : ' true'
88- artifact-name : ' python-warning-report'
82+ fail-on-warning : ' true'
8983 - name : Upload Execution Reports (HTML)
9084 uses : actions/upload-artifact@v4
9185 if : failure()
You can’t perform that action at this time.
0 commit comments