Skip to content

Commit a916c1f

Browse files
committed
update unit test workflow
1 parent 7d35b36 commit a916c1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
image: quay.io/project-codeflare/codeflare-sdk-precommit:v0.0.3
1515
steps:
1616
- uses: actions/checkout@v3
17+
- name: Install dependencies
18+
run: |
19+
python -m pip install --upgrade pip
20+
pip3 install poetry
21+
poetry lock --no-update
22+
poetry install --with test
1723
- name: Test with pytest and check coverage
1824
run: |
1925
coverage run -m --source=src pytest -v tests/unit_test.py

0 commit comments

Comments
 (0)