Skip to content

Commit

Permalink
container with mpi
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed Dec 13, 2024
1 parent 9691c12 commit aaa2b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build:
name: Build Python distribution
runs-on: ubuntu-latest
container: "ghcr.io/gridtools/gridtools-base:gcc-9-ucx-mpi-atlas-parmetis"
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
Expand All @@ -22,7 +23,7 @@ jobs:
- name: Install pypa/build
run: |
python -m pip install build --user
- name: Build a wheel and a source tarball
- name: Build source tarball
run: |
cd bindings/python
python -m build --sdist --outdir dist/
Expand Down

0 comments on commit aaa2b6c

Please sign in to comment.