File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Install dependencies
4444 run : |
45- just ci-install
45+ just ci-install ${{ matrix.python-version }}
4646
4747 - name : e2e without subprocess
4848 run : |
Original file line number Diff line number Diff line change 3535
3636 - name : Install dependencies
3737 run : |
38- just ci-install
38+ just ci-install ${{ matrix.python-version }}
3939
4040 - name : lint
4141 run : |
Original file line number Diff line number Diff line change 3939
4040 - name : Install dependencies
4141 run : |
42- just ci-install
42+ just ci-install ${{ matrix.python-version }}
4343
4444 - name : Run unit tests
4545 run : |
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ generate-schema:
7171 uv run scripts/ generate-schema.py
7272
7373# CI specific
74- ci-install :
75- uv sync --all-extras --dev
74+ ci-install pyversion :
75+ uv sync --all-extras --dev -p {{ pyversion }}
7676
7777ci-fmt-check :
7878 uv run ruff format --check --diff .
You can’t perform that action at this time.
0 commit comments