We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37f4e2 commit 08c84dfCopy full SHA for 08c84df
.github/workflows/python-app.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install -r requirements.txt
+ pip install -r requirements_cicd.txt
31
- name: Test with pytest
32
33
# editable is necessary as pytest will run against the installed
requirements_cicd.txt
@@ -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