Skip to content

Commit

Permalink
parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 5, 2024
1 parent be797f9 commit e8853aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
ubuntu-cpp-python-tests:
name: C++/Python tests Ubuntu
runs-on: ubuntu-22.04
env:
AMICI_PARALLEL_COMPILE: ""

strategy:
matrix:
Expand Down Expand Up @@ -107,6 +109,8 @@ jobs:
ubuntu-python-tests:
name: Python tests Ubuntu
runs-on: ubuntu-22.04
env:
AMICI_PARALLEL_COMPILE: ""

strategy:
matrix:
Expand Down Expand Up @@ -183,6 +187,8 @@ jobs:
ubuntu-notebook-tests:
name: Notebook tests Ubuntu
runs-on: ubuntu-22.04
env:
AMICI_PARALLEL_COMPILE: ""

strategy:
matrix:
Expand Down Expand Up @@ -221,6 +227,8 @@ jobs:
macos_cpp_py:
name: Tests MacOS C++/Python
runs-on: macos-latest
env:
AMICI_PARALLEL_COMPILE: ""

steps:
- name: Set up Python
Expand Down Expand Up @@ -264,6 +272,8 @@ jobs:
macos_python:
name: Tests MacOS Python
runs-on: macos-latest
env:
AMICI_PARALLEL_COMPILE: ""

steps:
- name: Set up Python
Expand Down

0 comments on commit e8853aa

Please sign in to comment.