Skip to content

Commit 8d7ae42

Browse files
committed
temp
1 parent f7364d1 commit 8d7ae42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/unit-tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ jobs:
1313
container:
1414
image: quay.io/project-codeflare/codeflare-sdk-precommit:v0.0.3
1515
steps:
16-
- uses: actions/checkout@v3
1716
- name: Install dependencies
1817
run: |
1918
python -m pip install --upgrade pip
2019
pip3 install poetry
2120
poetry lock --no-update
2221
poetry install --with test
23-
pip install executing
2422
- name: Test with pytest and check coverage
2523
run: |
2624
coverage run -m --source=src pytest -v tests/unit_test.py

0 commit comments

Comments
 (0)