Skip to content

Commit 7966855

Browse files
committed
dev: do not install lib
1 parent 8c5f914 commit 7966855

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/test-python.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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 .

0 commit comments

Comments
 (0)