Skip to content

Commit dd40c3c

Browse files
committed
ci: Fix nompi set exclusion
1 parent 25ffeeb commit dd40c3c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/pytest-core-nompi.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
arch: "clang"
9999
language: "openmp"
100100
sympy: "1.12"
101-
set: base
102101
test-path: 'tests/'
103102

104103
- name: pytest-docker-py310-gcc-omp
@@ -126,7 +125,6 @@ jobs:
126125
arch: "gcc"
127126
language: "C"
128127
sympy: "1.14"
129-
set: base
130128
test-path: 'tests/test_operator.py'
131129
suffix: 'operator'
132130

@@ -148,6 +146,13 @@ jobs:
148146
test-set: ''
149147
test-path: 'tests/test_operator.py'
150148

149+
exclude:
150+
- name: pytest-osx-py312-clang-omp
151+
set: adjoint
152+
153+
- name: pytest-docker-py313-gcc-nogil
154+
set: adjoint
155+
151156
steps:
152157
- name: Checkout devito
153158
uses: actions/checkout@v4

0 commit comments

Comments
 (0)