Skip to content

Upgrade: bump nbconvert from 7.13.1 to 7.17.1 #15

Upgrade: bump nbconvert from 7.13.1 to 7.17.1

Upgrade: bump nbconvert from 7.13.1 to 7.17.1 #15

Workflow file for this run

---
name: Test Package
on:
workflow_dispatch:
push:
branches:
- main
- release/**
paths:
- src/workflowpy/**/*
- tests/**/*
- pixi.lock
- pyproject.toml
- .github/workflows/ci_test.yml
- .github/workflows/test.yml
pull_request:
branches:
- main
- release/**
paths:
- src/workflowpy/**/*
- tests/**/*
- pixi.lock
- pyproject.toml
- .github/workflows/ci_test.yml
- .github/workflows/test.yml
permissions:
actions: write
contents: write
jobs:
test:
name: "${{ matrix.label }} - py${{ matrix.python-version }}"
strategy:
fail-fast: false
matrix:
os:
- "ubuntu-latest"
# - "windows-latest"
python-version:
- "311"
- "312"
- "313"
- "314"
include:
- os: ubuntu-latest
label: linux-64
# - os: windows-latest
# label: win-64
uses: ./.github/workflows/test.yml
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}