Skip to content

Commit 2ca055a

Browse files
committed
uv pip install into system python
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 0978ecf commit 2ca055a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bionemo-recipes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Install dependencies
7979
working-directory: ${{ matrix.dir }}
80-
run: uv pip install -r requirements.txt
80+
run: uv pip install --system --break-system-packages -r requirements.txt
8181

8282
- name: Run tests
8383
working-directory: ${{ matrix.dir }}

.github/workflows/framework-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "BioNemo Image Build and Unit Tests"
1+
name: "BioNemo Framework CI"
22

33
on:
44
push:

0 commit comments

Comments
 (0)