Skip to content

Commit

Permalink
ci: add windows build for #98
Browse files Browse the repository at this point in the history
test:  create test files from matlab program for comparison
  • Loading branch information
tsutterley committed Dec 3, 2024
1 parent a57d4da commit e1c4111
Show file tree
Hide file tree
Showing 9 changed files with 345 additions and 143 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.11]
env:
OS: ${{ matrix.os }}
Expand Down Expand Up @@ -45,8 +45,6 @@ jobs:
cython
geopandas
jplephem
octave
oct2py
pyarrow
- name: Lint with flake8
run: |
Expand Down
Binary file added test/TMDv2.5_Arc5km2018_U.csv.gz
Binary file not shown.
Binary file added test/TMDv2.5_Arc5km2018_V.csv.gz
Binary file not shown.
Binary file added test/TMDv2.5_Arc5km2018_z.csv.gz
Binary file not shown.
Binary file added test/TMDv2.5_CATS2008_U.csv.gz
Binary file not shown.
Binary file added test/TMDv2.5_CATS2008_V.csv.gz
Binary file not shown.
Binary file added test/TMDv2.5_CATS2008_ellipse.csv.gz
Binary file not shown.
Binary file added test/TMDv2.5_CATS2008_z.csv.gz
Binary file not shown.
484 changes: 344 additions & 140 deletions test/test_download_and_read.py

Large diffs are not rendered by default.

0 comments on commit e1c4111

Please sign in to comment.