There was an error while loading. Please reload this page.
1 parent 84b763c commit 36ce1f0Copy full SHA for 36ce1f0
1 file changed
.github/workflows/_checks.yml
@@ -13,6 +13,7 @@ jobs:
13
enable-cache: true
14
cache-dependency-glob: "**/pyproject.toml"
15
- run: uv python install 3.10
16
+ - run: uv python pin 3.10
17
- run: just install lint-ci
18
19
pytest:
@@ -34,5 +35,6 @@ jobs:
34
35
36
37
- run: uv python install ${{ matrix.python-version }}
38
+ - run: uv python pin ${{ matrix.python-version }}
39
- run: just install
40
- run: just test . --cov=. --cov-report xml
0 commit comments