Skip to content
Snippets Groups Projects
Commit be393d1c authored by Alain Riou's avatar Alain Riou
Browse files

focus on problematic test for now

parent 436e142a
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
......@@ -27,4 +27,4 @@ jobs:
python -m pip install .
- name: Test with pytest
run: |
pytest
pytest tests/test_cli.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment