Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9]
lindera: ["", "_lindera"]
python-version: ["3.10"]
include:
- os: ubuntu-latest
python-version: "3.12"
- os: ubuntu-latest
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: 3.8
runs-on: "${{ matrix.os }}"
steps:
- name: Harden Runner
Expand All @@ -67,6 +64,7 @@ jobs:
index.crates.io:443
static.rust-lang.org:443
objects.githubusercontent.com:443
download.johtani.info:443

- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # 5.0.0
Expand All @@ -79,4 +77,4 @@ jobs:

- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # 2.7.3
- run: python3 -m pip install nox
- run: nox -s test-${{ matrix.python-version }}
- run: nox -s test${{matrix.lindera}}-${{ matrix.python-version }}
Loading