Skip to content

Commit

Permalink
[cicd] run build and tests on multiple OS
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Apr 12, 2024
1 parent 6baba83 commit fb35285
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ name: conda build
on: [ push ]

jobs:
build-linux:
runs-on: ubuntu-latest
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 5
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Detailed instructions can be found in the documentation [here][14].
A jupyter notebook and test data are available [here][11].

[1]: https://github.com/johntruckenbrodt/spatialist/actions/workflows/python-package-conda.yml/badge.svg
[2]: https://www.travis-ci.com/johntruckenbrodt/spatialist
[2]: https://github.com/johntruckenbrodt/spatialist/actions/workflows/python-package-conda.yml
[5]: https://coveralls.io/repos/github/johntruckenbrodt/spatialist/badge.svg?branch=master
[6]: https://coveralls.io/github/johntruckenbrodt/spatialist?branch=master
[7]: https://readthedocs.org/projects/spatialist/badge/?version=latest
Expand Down

0 comments on commit fb35285

Please sign in to comment.