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

fix ci

parent 8a5a7a2d
Branches
Tags
1 merge request!36Pypi
......@@ -9,17 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: python -m pip install --user --upgrade setuptools pybind11 pytest numpy scipy
- run: sudo apt update && sudo apt install -y python3-mpi4py
- run: python -m pip install --user --upgrade setuptools pybind11 pytest
- run: python -m pip install --user .
- run: python -m pytest python/test -x
test-intel:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: python -m pip install --user --upgrade setuptools pybind11 pytest scipy
- run: sudo apt update
# fix this version for now, because the current one has trouble installing
- run: |
CC=icx CXX=icpx python3 -m pip install --user .
python -m pytest python/test -x
......@@ -2,5 +2,5 @@
requires-python = ">=3.7"
[build-system]
requires = ["setuptools >= 40.6.0", "pybind11 >= 2.6.0", "ducc0", "matplotlib", "h5py", "mpi4py", "python-casacore", "scipy", "nifty8"]
requires = ["setuptools >= 40.6.0", "pybind11 >= 2.6.0", "ducc0", "matplotlib", "h5py", "python-casacore", "scipy", "nifty8"]
build-backend = "setuptools.build_meta"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment