File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 4343 abi : cp312,
4444 version : ' 3.12' ,
4545 }
46+ # - {
47+ # name: cp313, # issue with pandapower atm
48+ # abi: cp313,
49+ # version: '3.13',
50+ # }
4651
4752 steps :
4853
@@ -121,11 +126,15 @@ jobs:
121126 name : cp312,
122127 version : ' 3.12' ,
123128 }
129+ # - { # issue with pandapower atm
130+ # name: cp313,
131+ # version: '3.13',
132+ # }
124133
125134 steps :
126135
127136 - name : Checkout sources
128- uses : actions/checkout@v1
137+ uses : actions/checkout@v3
129138 with :
130139 submodules : true
131140
@@ -203,7 +212,7 @@ jobs:
203212 steps :
204213
205214 - name : Checkout sources
206- uses : actions/checkout@v1
215+ uses : actions/checkout@v3
207216 with :
208217 submodules : true
209218
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def my_test_suite():
2323
2424pkgs = {
2525 "required" : [
26- "numpy>=1.20,<2" , # disable numpy 2 for now
26+ "numpy" ,
2727 "scipy>=1.4.1" ,
2828 "pandas>=1.0.3" ,
2929 "pandapower>=2.2.2" ,
You can’t perform that action at this time.
0 commit comments