File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
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 : just install
52+ run : |
53+ uv sync --frozen --all-extras
54+ uv run maturin build --out dist
5355 - name : mypy check
5456 run : just mypy
5557 test :
6163 runs-on : ${{ matrix.os }}
6264 steps :
6365 - 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 : just install
75+ run : |
76+ uv sync --frozen --all-extras
77+ uv run maturin build --out dist
7678 - name : Run tests
7779 run : uv run pytest --cov=prelude_parser --cov-report=xml
7880 - name : Upload coverage
You can’t perform that action at this time.
0 commit comments