Skip to content

Commit

Permalink
add multiple os to install and test on
Browse files Browse the repository at this point in the history
  • Loading branch information
amoodie committed Jun 20, 2020
1 parent 8dbd52b commit 0e760b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow installs and tests pyDeltaRCM on mulitple python versions.
# This workflow installs and tests pyDeltaRCM on mulitple python versions and operating systems.

name: test pyDeltaRCM

Expand All @@ -11,9 +11,10 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8]

steps:
Expand Down

0 comments on commit 0e760b6

Please sign in to comment.