Skip to content

Commit

Permalink
ci updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maxscheurer authored Aug 16, 2024
1 parent 35d707e commit e1af077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
fail-fast: false
matrix:
include:
- {version: '3.7', os: ubuntu-latest, documentation: True}
- {version: '3.11', os: ubuntu-latest, documentation: True}
- {version: '3.9', os: ubuntu-latest, documentation: False}
- {version: '3.7', os: macos-11 , documentation: False}
- {version: '3.11', os: macos-13 , documentation: False}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
pip install .[tests] --user
- name: Run python tests with std allocator
run: |
pytest adcc --cov=adcc
pytest adcc --cov=adcc -k "not pcm"
# python setup.py test -a '--cov=adcc'
- name: Run reduced python tests with libxm
run: |
Expand Down

0 comments on commit e1af077

Please sign in to comment.