We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db8d0f commit 17ecb23Copy full SHA for 17ecb23
.github/workflows/ci.yml
@@ -6,6 +6,7 @@ jobs:
6
preview:
7
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
8
permissions:
9
+ issues: write
10
pull-requests: write
11
steps:
12
- uses: actions/checkout@v4
@@ -79,7 +80,9 @@ jobs:
79
80
with:
81
html-path: './_build/html'
82
warnings: 'SyntaxWarning,DeprecationWarning,FutureWarning'
- fail-on-warning: 'true'
83
+ fail-on-warning: 'false'
84
+ create-issue: 'true'
85
+ issue-title: 'Python warnings found in code output'
86
- name: Upload Execution Reports (HTML)
87
uses: actions/upload-artifact@v4
88
if: failure()
0 commit comments