- github workflow

This commit is contained in:
Wim Pomp
2023-08-18 18:12:53 +02:00
parent ff6c1aa8a8
commit bb1a710463

View File

@@ -17,6 +17,6 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install pytest pip install .[test]
- name: Test with pytest - name: Test with pytest
run: pytest run: pytest