Skip to content

Commit d1a992e

Browse files
committed
Test
1 parent 933bbe2 commit d1a992e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
- Second_orderSDC
9999
- soft_failure
100100
- TOMS
101-
python: ['3.9', '3.10', '3.11', '3.12']
102101
defaults:
103102
run:
104103
shell: bash -l {0}
@@ -109,8 +108,6 @@ jobs:
109108
uses: mamba-org/setup-micromamba@v1
110109
with:
111110
environment-file: "pySDC/projects/${{ matrix.env }}/environment.yml"
112-
create-args: >-
113-
python=${{ matrix.python }}
114111
- name: Install additional packages as needed
115112
run: |
116113
micromamba install -y --file etc/environment-tests.yml --freeze-installed
@@ -126,7 +123,6 @@ jobs:
126123
mv .coverage coverage_${{ matrix.env }}.dat
127124
- name: Uploading artifacts
128125
uses: actions/upload-artifact@v4
129-
if: matrix.python == '3.12'
130126
with:
131127
name: test-artifacts-project-${{ matrix.env }}
132128
path: |

pySDC/projects/Resilience/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: pySDC
44
channels:
55
- conda-forge
66
dependencies:
7+
- python=3.13
78
- mpi4py>=3.0.0
89
- mpi4py-fft>=2.0.2
910
- mpich

0 commit comments

Comments
 (0)