Skip to content

Commit

Permalink
Test on windows as well (#982)
Browse files Browse the repository at this point in the history
* Test on windows as well

Not clear to me that this is correct, from reading the docs, but giving it a shot

* Okay, found the tutorial that covers this...

* Remove apt install

not actually used because we install wheels anyway..., if we ever need it back, relatively  easy to make a step conditional

* Delete appveyor.yml

* add 3.9
  • Loading branch information
ksunden committed Nov 8, 2020
1 parent 5e552fb commit 8fa0116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on: [push]
jobs:
build:

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

steps:
- uses: actions/checkout@v2
- name: Install apt package deps
run: sudo apt install libhdf5-dev
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down
27 changes: 0 additions & 27 deletions appveyor.yml

This file was deleted.

0 comments on commit 8fa0116

Please sign in to comment.