Skip to content

Commit ba8fecf

Browse files
committed
redo testing workflow
1 parent 0f50c23 commit ba8fecf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}
34-
- run: |
34+
35+
- name: pytest
36+
run: |
3537
pip install -e .
3638
pip install pytest
3739
pytest

0 commit comments

Comments
 (0)