Skip to content

Commit 7d1af97

Browse files
committed
revert poetry
1 parent b752b40 commit 7d1af97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python3 -m pip install --upgrade pip
23-
python3 -m pip install poetry
23+
python3 -m pip install pytest-cov openpyxl pytest-httpx
24+
pip3 install -e .
2425
25-
poetry install --with tests
2626
- name: Test with pytest
2727
run: |
2828
python3 -m pytest -v

0 commit comments

Comments
 (0)