Skip to content

Commit

Permalink
Update pull_request_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min authored Nov 26, 2019
1 parent 9b92d5f commit 434c4a9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pull_request_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
container:
image: docker://quay.io/pypa/manylinux1_x86_64
strategy:
max-parallel: 4
matrix:
cp: [cp34-cp34m, cp35-cp35m, cp36-cp36m, cp37-cp37m, cp38-cp38]

steps:
- uses: actions/checkout@v1
Expand All @@ -23,12 +27,9 @@ jobs:
mv eigen-git-mirror include
- name: Build & Test
run: |
for cp in cp34-cp34m cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38
do
/opt/python/${cp}/bin/python -m pip install pytest
/opt/python/${cp}/bin/python setup.py build install
/opt/python/${cp}/bin/python -m pytest test/unit_test.py
done
/opt/python/${{ matrix.cp }}/bin/python -m pip install pytest
/opt/python/${{ matrix.cp }}/bin/python setup.py build install
/opt/python/${{ matrix.cp }}/bin/python -m pytest test/unit_test.py
build_macos:
name: Build for macOS
Expand Down

0 comments on commit 434c4a9

Please sign in to comment.