Skip to content

Commit 69fe686

Browse files
SK-2353: add build and install step in shared-tests.yml file
1 parent c615648 commit 69fe686

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/shared-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
with:
2424
name: "credentials.json"
2525
json: ${{ secrets.VALID_SKYFLOW_CREDS_TEST }}
26+
27+
- name: Build and install skyflow package
28+
run: |
29+
pip install --upgrade pip setuptools wheel
30+
python setup.py sdist bdist_wheel
31+
pip install dist/skyflow-*.whl
2632
2733
- name: 'Run Tests'
2834
run: |

0 commit comments

Comments
 (0)