Skip to content

chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group #584

chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group

chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group #584

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
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: List installed Python packages
run: python -m pip list
- name: Test example notebooks
run: pipx run nox -s notebooks