We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ffeeb commit dd40c3cCopy full SHA for dd40c3c
1 file changed
.github/workflows/pytest-core-nompi.yml
@@ -98,7 +98,6 @@ jobs:
98
arch: "clang"
99
language: "openmp"
100
sympy: "1.12"
101
- set: base
102
test-path: 'tests/'
103
104
- name: pytest-docker-py310-gcc-omp
@@ -126,7 +125,6 @@ jobs:
126
125
arch: "gcc"
127
language: "C"
128
sympy: "1.14"
129
130
test-path: 'tests/test_operator.py'
131
suffix: 'operator'
132
@@ -148,6 +146,13 @@ jobs:
148
146
test-set: ''
149
147
150
+ exclude:
+ - name: pytest-osx-py312-clang-omp
151
+ set: adjoint
152
+
153
+ - name: pytest-docker-py313-gcc-nogil
154
155
156
steps:
157
- name: Checkout devito
158
uses: actions/checkout@v4
0 commit comments