Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 5, 2024
1 parent 91f84e3 commit 208dec1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ jobs:
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow

- name: Install lldb
run: brew install llvm

- name: Install dependencies
uses: ./.github/actions/install-macos-dependencies

Expand Down Expand Up @@ -321,6 +324,9 @@ jobs:
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow

- name: Install lldb
run: brew install llvm

- name: Install dependencies
uses: ./.github/actions/install-macos-dependencies

Expand Down
2 changes: 1 addition & 1 deletion scripts/run-python-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd "${amici_path}"/python/tests
source "${amici_path}"/venv/bin/activate

# PEtab tests are run separately
gdb -q -ex "run" -ex "bt" -ex "quit" --args python -m pytest -s \
lldb --batch -o "run" -o "bt" -o "quit" -- python -m pytest -s \
--ignore-glob=*petab* \
--ignore-glob=*test_splines.py \
--durations=10 \
Expand Down

0 comments on commit 208dec1

Please sign in to comment.