We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2506a2 commit 6de9536Copy full SHA for 6de9536
.github/workflows/unit-tests.yml
@@ -14,6 +14,12 @@ jobs:
14
image: quay.io/project-codeflare/codeflare-sdk-precommit:v0.0.3
15
steps:
16
- 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
23
- name: Test with pytest and check coverage
24
run: |
25
coverage run -m --source=src pytest -v tests/unit_test.py
0 commit comments