Skip to content

Drop support for awkward v1 #467

Drop support for awkward v1

Drop support for awkward v1 #467

Workflow file for this run

name: Notebooks
on:
pull_request:
branches:
- main
- develop
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
# The "FORCE_COLOR" variable, when set to 1,
# tells Nox to colorize itself.
FORCE_COLOR: "1"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: "3.10"

Check failure on line 24 in .github/workflows/notebooks.yml

View workflow run for this annotation

GitHub Actions / Notebooks

Invalid workflow file

The workflow is not valid. .github/workflows/notebooks.yml (Line: 24, Col: 25): Unexpected value '3.10'
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: List installed Python packages
run: python -m pip list
- name: Test example notebooks
run: pipx run nox -s notebooks