We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19973f2 commit 7f76455Copy full SHA for 7f76455
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-python@v4
24
with:
25
python-version: '3.10'
26
- - name: Install pipenv
27
- run: pip install pipenv
+ - name: Install pytest
+ run: pip install pytest
28
- name: Run Testsuite
29
- run: cd logics-py && pipenv install --dev && pipenv run pytest -vvv
+ run: cd logics-py && python -m pytest -vvv
0 commit comments