Skip to content

Commit 9b7f104

Browse files
committed
Testing projects with latest Python version only
1 parent d1a992e commit 9b7f104

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
environment-file: ${{ env.YML }}
2727
create-args: >-
28-
python=3.12
28+
python=3.13
2929
- name: Code reformatting with black
3030
run: |
3131
black pySDC --check --diff --color
@@ -70,7 +70,7 @@ jobs:
7070
mv .coverage coverage_${{ matrix.env }}.dat
7171
- name: Uploading artifacts
7272
uses: actions/upload-artifact@v4
73-
if: matrix.python == '3.12'
73+
if: matrix.python == '3.13'
7474
with:
7575
name: test-artifacts-cpu-${{ matrix.env }}
7676
path: |

pySDC/projects/Resilience/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ name: pySDC
44
channels:
55
- conda-forge
66
dependencies:
7-
- python=3.13
87
- mpi4py>=3.0.0
98
- mpi4py-fft>=2.0.2
109
- mpich

0 commit comments

Comments
 (0)