Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
environment-file: ${{ env.YML }}
create-args: >-
python=3.12
python=3.13
- name: Code reformatting with black
run: |
black pySDC --check --diff --color
Expand All @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
env: ['base', 'fenics', 'mpi4py', 'petsc', 'pytorch']
python: ['3.9', '3.10', '3.11', '3.12']
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
defaults:
run:
shell: bash -l {0}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
mv .coverage coverage_${{ matrix.env }}.dat
- name: Uploading artifacts
uses: actions/upload-artifact@v4
if: matrix.python == '3.12'
if: matrix.python == '3.13'
with:
name: test-artifacts-cpu-${{ matrix.env }}
path: |
Expand Down Expand Up @@ -98,7 +98,6 @@ jobs:
- Second_orderSDC
- soft_failure
- TOMS
python: ['3.9', '3.10', '3.11', '3.12']
defaults:
run:
shell: bash -l {0}
Expand All @@ -109,8 +108,6 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: "pySDC/projects/${{ matrix.env }}/environment.yml"
create-args: >-
python=${{ matrix.python }}
- name: Install additional packages as needed
run: |
micromamba install -y --file etc/environment-tests.yml --freeze-installed
Expand All @@ -126,7 +123,6 @@ jobs:
mv .coverage coverage_${{ matrix.env }}.dat
- name: Uploading artifacts
uses: actions/upload-artifact@v4
if: matrix.python == '3.12'
with:
name: test-artifacts-project-${{ matrix.env }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion etc/environment-fenics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- matplotlib>=3.0
- dill>=0.2.6
- fenics>=2019.1.0
- mpi4py<=3.1.4
- mpi4py
- pip
- pip:
- qmat>=0.1.8