We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac6bc8 commit 0b5ad4bCopy full SHA for 0b5ad4b
1 file changed
.github/workflows/linting.yml
@@ -220,3 +220,13 @@ jobs:
220
- name: Run unit-tests for notebooks
221
run: |
222
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