We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371b5e2 commit 5df8d29Copy full SHA for 5df8d29
.github/workflows/ci.yaml
@@ -295,6 +295,8 @@ jobs:
295
run: |
296
mkdir site-packages
297
target/release/rustpython --install-pip ensurepip --user
298
+ - name: Check whats_left is not broken
299
+ run: python -I whats_left.py
300
301
lalrpop:
302
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') }}
@@ -361,8 +363,6 @@ jobs:
361
363
run: cd wasm && git ls-files -z | xargs -0 prettier --check -u
362
364
- name: Check update_asdl.sh consistency
365
run: bash scripts/update_asdl.sh && git diff --exit-code
- - name: Check whats_left is not broken
- run: python -I whats_left.py
366
367
miri:
368
0 commit comments