Skip to content

Merge branch 'master' into dependabot/pip/numpy-gte-1.22.2-and-lt-2.3.0 #1355

Merge branch 'master' into dependabot/pip/numpy-gte-1.22.2-and-lt-2.3.0

Merge branch 'master' into dependabot/pip/numpy-gte-1.22.2-and-lt-2.3.0 #1355

Workflow file for this run

name: test_pages
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Build and Commit
uses: waltsims/[email protected]
with:
pyproject_toml_deps: ".[docs]"