Skip to content

Commit

Permalink
Trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinDumeur committed Apr 12, 2024
1 parent 2d142c4 commit 6be815e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- name: Get Date
Expand All @@ -64,8 +64,7 @@ jobs:
use-only-tar-bz2: true
- name: Testing
run: |
conda install -c conda-forge pytest pytest-xdist pytest-cov
pip install -e .
pip install -e .[test, robust, bootstrap]
pytest -n auto -x --cov=./ --cov-report=xml
- name: Upload coverage
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' }}
Expand Down

0 comments on commit 6be815e

Please sign in to comment.