Skip to content

Commit

Permalink
include lindera in the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Feb 18, 2024
1 parent 051e790 commit 3765098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
lindera: ["", "_lindera"]
python-version: [3.9]
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -79,4 +80,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 }}

0 comments on commit 3765098

Please sign in to comment.