Skip to content

Commit 3db8d0f

Browse files
committed
test new fail setup
1 parent 02e9052 commit 3db8d0f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ jobs:
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:
@@ -81,11 +79,7 @@ jobs:
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()

0 commit comments

Comments
 (0)