Skip to content

Commit fa427d3

Browse files
committed
redo testing workflow
1 parent 889cafb commit fa427d3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}
34-
- name: Display Python version
35-
run: python -c "import sys; print(sys.version)"
36-
- name: Test with pytest
37-
run: pytest
34+
- run: |
35+
pip install pytest
36+
pytest

0 commit comments

Comments
 (0)