Skip to content

Commit b7ebade

Browse files
committed
fix: Python test suite
1 parent 19973f2 commit b7ebade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-python@v4
2424
with:
2525
python-version: '3.10'
26-
- name: Install pipenv
27-
run: pip install pipenv
26+
- name: Install pytest
27+
run: pip install pytest
2828
- name: Run Testsuite
29-
run: cd logics-py && pipenv install --dev && pipenv run pytest -vvv
29+
run: cd logics-py && python run pytest -vvv

0 commit comments

Comments
 (0)