File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 4949 with :
5050 python-version : ${{ env.PYTHON_VERSION }}
5151 - name : Install dependencies
52- run : |
53- uv sync --frozen --all-extras
54- uv run maturin build --out dist
52+ run : just install
5553 - name : mypy check
5654 run : just mypy
5755 test :
6361 runs-on : ${{ matrix.os }}
6462 steps :
6563 - uses : actions/checkout@v4
64+ - name : install Just
65+ uses : taiki-e/install-action@just
6666 - name : Install uv
6767 uses : astral-sh/setup-uv@v3
6868 with :
7272 with :
7373 python-version : ${{ matrix.python-version }}
7474 - name : Install dependencies
75- run : |
76- uv sync --frozen --all-extras
77- uv run maturin build --out dist
75+ run : just install
7876 - name : Run tests
7977 run : uv run pytest --cov=prelude_parser --cov-report=xml
8078 - name : Upload coverage
You can’t perform that action at this time.
0 commit comments