This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
Bump requests from 2.25.1 to 2.32.2 #194
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Notebook checks | |
on: | |
push: | |
paths-ignore: | |
- "run.py" | |
jobs: | |
test_job: | |
# If you change this job, please also change it in | |
# build_runner.yaml (and see comments there for explanation) | |
runs-on: ubuntu-latest | |
name: Test notebooks are runnable and up-to-date | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: Test | |
uses: ./.github/actions/build | |
with: | |
args: ./run_tests.sh |