Skip to content

Commit 45918f0

Browse files
authored
fix: windows installation (#4)
1 parent f71c784 commit 45918f0

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.10'
27-
- '1.11'
26+
- 'lts'
27+
- '1'
2828
- 'pre'
2929
os:
3030
- ubuntu-latest
31+
- windows-latest
3132
arch:
3233
- x64
3334
steps:

CondaPkg.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
[deps]
2-
NetCDF4 = ""
3-
41
[pip.deps]
52
pyspedas = "@git+https://github.com/spedas/pyspedas"

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ version = "0.1.0"
66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
88
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
9+
NetCDF_jll = "7243133f-43d8-5620-bbf4-c2c921802cf3"
910
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
1011
SpaceDataModel = "0b37b92c-f0c5-4a52-bd5c-390dec20857c"
1112

1213
[compat]
1314
Dates = "1"
1415
DimensionalData = "0.29"
16+
NetCDF_jll = "401"
1517
PythonCall = "0.9.23"
1618
SpaceDataModel = "0.1.8"
1719
julia = "1.10"

src/PySPEDAS.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module PySPEDAS
22

3+
using NetCDF_jll
34
using PythonCall
45
using PythonCall: pynew
56
using Dates

0 commit comments

Comments
 (0)