Skip to content
Open
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: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
strategy:
matrix:
python-version:
- '3.12.x'
- '3.13'
- '3.14'
os-version:
- ubuntu-24.04
- ubuntu-latest
Expand All @@ -39,9 +40,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Generate lockfile
run: pdm lock --group :all ${{ matrix.dep-versions == 'minimal' && '--strategy direct_minimal_versions' || '' }}
if: matrix.dep-versions == 'minimal'
run: pdm lock --group :all --python "==${{ matrix.python-version }}.*" --strategy direct_minimal_versions
- name: Install dependencies
run: pdm sync
- name: Run tests
run: pdm run test
run: pdm sync

Loading
Loading