Skip to content

Commit 0b5ad4b

Browse files
add test stage for uv numba bug
1 parent aac6bc8 commit 0b5ad4b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/linting.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,13 @@ jobs:
220220
- name: Run unit-tests for notebooks
221221
run: |
222222
uv run python test_extras/test_notebooks/test_notebooks.py --continue-on-failure
223+
224+
test_uv_installation_numba_bug:
225+
runs-on: ubuntu-latest
226+
steps:
227+
- uses: actions/checkout@v3
228+
- name: Set up Python 3.13
229+
uses: astral-sh/setup-uv@v5
230+
- name: Install package
231+
run: |
232+
uv pip install molpipeline

0 commit comments

Comments
 (0)