Skip to content
Snippets Groups Projects
Commit 84fb9ba7 authored by Philipp Arras's avatar Philipp Arras
Browse files

fix ci

parent cb284639
No related branches found
No related tags found
1 merge request!36Pypi
...@@ -10,6 +10,7 @@ jobs: ...@@ -10,6 +10,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
- run: sudo apt update && sudo apt install -y python3-mpi4py - run: sudo apt update && sudo apt install -y python3-mpi4py
- run: git submodule update --init --recursive
- run: python -m pip install --user --upgrade setuptools pybind11 pytest - run: python -m pip install --user --upgrade setuptools pybind11 pytest
- run: python -m pip install --user . - run: python -m pip install --user .
- run: python -m pytest python/test -x - run: python -m pytest python/test -x
...@@ -9,6 +9,7 @@ jobs: ...@@ -9,6 +9,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
- run: git submodule update --init --recursive
- run: python -m pip install --user --upgrade cibuildwheel - run: python -m pip install --user --upgrade cibuildwheel
- run: python -m cibuildwheel --output-dir wheelhouse - run: python -m cibuildwheel --output-dir wheelhouse
env: env:
......
...@@ -9,6 +9,7 @@ jobs: ...@@ -9,6 +9,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
- run: git submodule update --init --recursive
- run: python -m pip install --user --upgrade cibuildwheel - run: python -m pip install --user --upgrade cibuildwheel
- run: python -m cibuildwheel --output-dir wheelhouse - run: python -m cibuildwheel --output-dir wheelhouse
env: env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment