Skip to content

Commit 86ec8da

Browse files
author
Maksymilian Graczyk
committed
GitHub Actions: Add gcc9 to non-Docker OpenMP
1 parent 96caadd commit 86ec8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_cpu_no_docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
pip install -r requirements.txt
3232
- run: pip install -e .
3333
- run: DEVITO_LANGUAGE=C pytest
34-
- run: DEVITO_LANGUAGE=openmp pytest
34+
- run: DEVITO_LANGUAGE=openmp DEVITO_ARCH=gcc9 pytest

0 commit comments

Comments
 (0)