Skip to content

Commit 36ce1f0

Browse files
authored
ci: pin uv interpreter per job so the matrix can't collapse onto one version (#140)
1 parent 84b763c commit 36ce1f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
enable-cache: true
1414
cache-dependency-glob: "**/pyproject.toml"
1515
- run: uv python install 3.10
16+
- run: uv python pin 3.10
1617
- run: just install lint-ci
1718

1819
pytest:
@@ -34,5 +35,6 @@ jobs:
3435
enable-cache: true
3536
cache-dependency-glob: "**/pyproject.toml"
3637
- run: uv python install ${{ matrix.python-version }}
38+
- run: uv python pin ${{ matrix.python-version }}
3739
- run: just install
3840
- run: just test . --cov=. --cov-report xml

0 commit comments

Comments
 (0)