Skip to content

Commit 592c38b

Browse files
aivanoufacebook-github-bot
authored andcommitted
Add install dev-requirements to the components github workflow (#213)
Summary: Pull Request resolved: #213 Add install dev-requirements to the components github workflow Reviewed By: kiukchung Differential Revision: D31298088 fbshipit-source-id: 664a43349ad88a6ecf9f91ecb4d0e16452290aa4
1 parent 312da09 commit 592c38b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/components-integration-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
set -eux
41+
pip install -r dev-requirements.txt
4142
pip install -e .[kubernetes]
4243
- name: Run Components Integration Tests
4344
env:

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ torchserve>=0.4.0
1414
captum>=0.3.1
1515
importlib-metadata
1616
ax-platform[mysql]>=0.2.2
17+
fsspec>=2021.09.0

0 commit comments

Comments
 (0)