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

Remove tests from github

parent a63b2231
No related branches found
No related tags found
1 merge request!36Pypi
name: resolve-tests
on: [push]
jobs:
test-standard:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11.0, windows-2022]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- 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 .
- run: python -m pytest python/test -x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment