Skip to content

Commit

Permalink
fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasleitner committed Feb 11, 2025
1 parent 6d2a441 commit 4c0e5ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- name: Install system dependencies on Linux
run: sudo apt-get install libopenblas-base ccache doxygen lcov
run: sudo apt-get install libopenblas-dev ccache doxygen lcov
if: contains( matrix.os, 'ubuntu')
- name: Install system dependencies on macOS
run: brew install ccache doxygen lcov
Expand Down Expand Up @@ -66,10 +66,10 @@ jobs:
pip install --user .[tests]
- name: Run python tests with std allocator
run: |
python -m pytest adcc --cov=adcc
python -m pytest --cov=adcc
- name: Run reduced python tests with libxm
run: |
python -m pytest adcc --allocator=libxm -k "TestFunctionality and h2o_sto3g"
python -m pytest --allocator=libxm -k "TestFunctionality and h2o_sto3g"
- name: Run C++ tests
run: python setup.py cpptest -v
# Documentation build
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
with:
activate-environment: adcc-dev
environment-file: conda/environment.yml
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
use-mamba: true
miniforge-version: latest
python-version: ${{ matrix.version }}
Expand Down

0 comments on commit 4c0e5ae

Please sign in to comment.