Skip to content

Commit 250c6ee

Browse files
committed
Give up on more python versions
1 parent b97a662 commit 250c6ee

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@ jobs:
3333
# - {compiler: nvidia-hpc, version: '25.1'} # does not build python
3434
# - {compiler: lfortran, version: '0.45.0'} # lfortran not yet supported
3535
# - {compiler: flang, version: '20.1.0'} # flang not yet supported
36-
include:
37-
- os: ubuntu-latest
38-
build: opt
39-
python-version: 3.8
40-
toolchain: {compiler: gcc, version: 14}
41-
# - os: macos-latest
42-
# build: debug
43-
# toolchain: {compiler: gcc, version: 15}
36+
# include:
37+
# 3.8 does not seem to work.
38+
# - os: ubuntu-latest
39+
# build: opt
40+
# python-version: 3.8
41+
# toolchain: {compiler: gcc, version: 14}
4442
exclude:
4543
- os: ubuntu-latest
4644
toolchain: {compiler: gcc, version: 15}
@@ -174,7 +172,3 @@ jobs:
174172
name: test_results
175173
path: ${{ env.CLAW }}/amrclaw/*_output
176174
if-no-files-found: ignore
177-
178-
179-
# lfortran
180-
# optimized = --openmp

0 commit comments

Comments
 (0)