File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ jobs:
7373 restore-keys : |
7474 ${{ runner.os }}-py${{ matrix.python-version }}-uv-
7575
76- - name : Build Python package
77- working-directory : py-deepbiop
78- run : |
79- uv sync
80- uv tool run maturin develop --release
76+ # - name: Build Python package
77+ # working-directory: py-deepbiop
78+ # run: |
79+ # uv sync
80+ # uv tool run maturin develop --release
8181
8282 - name : Run Python tests
8383 working-directory : py-deepbiop
@@ -122,13 +122,13 @@ jobs:
122122
123123 - name : Install uv
124124 run : curl -LsSf https://astral.sh/uv/install.sh | sh
125-
126- - name : Install dependencies
127- working-directory : py-deepbiop
128- run : |
129- uv sync
130- uv tool run maturin develop --release
131-
125+ #
126+ # - name: Install dependencies
127+ # working-directory: py-deepbiop
128+ # run: |
129+ # uv sync
130+ # uv tool run maturin develop --release
131+ #
132132 - name : Run ruff check
133133 working-directory : py-deepbiop
134134 run : uvx ruff check .
You can’t perform that action at this time.
0 commit comments