Skip to content

Commit 08c84df

Browse files
committed
Test reduced-complexity requirements installation for CI/CD needs
1 parent e37f4e2 commit 08c84df

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install -r requirements.txt
30+
pip install -r requirements_cicd.txt
3131
- name: Test with pytest
3232
run: |
3333
# editable is necessary as pytest will run against the installed

requirements_cicd.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
-e packages/utils
2+
-e packages/data
3+
-e packages/training
4+
-e packages/pipeline[all]
5+
-e packages/tutorial
6+
-e packages/zoo
7+
-e packages/bundled_models/fourcastnext
8+
-e .[test]

0 commit comments

Comments
 (0)