Skip to content

Commit

Permalink
Merge pull request #645 from BDonnot/bd_dev
Browse files Browse the repository at this point in the history
Bd dev
  • Loading branch information
BDonnot authored Oct 14, 2024
2 parents 7b30f58 + 0173dbc commit 9cf3b86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
abi: cp312,
version: '3.12',
}
# - {
# name: cp313, # issue with pandapower atm
# abi: cp313,
# version: '3.13',
# }

steps:

Expand Down Expand Up @@ -121,11 +126,15 @@ jobs:
name: cp312,
version: '3.12',
}
# - { # issue with pandapower atm
# name: cp313,
# version: '3.13',
# }

steps:

- name: Checkout sources
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -203,7 +212,7 @@ jobs:
steps:

- name: Checkout sources
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def my_test_suite():

pkgs = {
"required": [
"numpy>=1.20,<2", # disable numpy 2 for now
"numpy",
"scipy>=1.4.1",
"pandas>=1.0.3",
"pandapower>=2.2.2",
Expand Down

0 comments on commit 9cf3b86

Please sign in to comment.