We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0978ecf commit 2ca055aCopy full SHA for 2ca055a
2 files changed
.github/workflows/bionemo-recipes.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Install dependencies
79
working-directory: ${{ matrix.dir }}
80
- run: uv pip install -r requirements.txt
+ run: uv pip install --system --break-system-packages -r requirements.txt
81
82
- name: Run tests
83
.github/workflows/framework-unit-tests.yml
@@ -1,4 +1,4 @@
1
-name: "BioNemo Image Build and Unit Tests"
+name: "BioNemo Framework CI"
2
3
on:
4
push:
0 commit comments