Skip to content

Commit 69e1158

Browse files
committed
Test install pint
1 parent ee07c91 commit 69e1158

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
16+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
1717

1818
steps:
1919
- uses: actions/checkout@v4
@@ -40,6 +40,7 @@ jobs:
4040
pip install pyneuroml
4141
pip install pybind11[global]
4242
pip install python-libsbml
43+
pip install pint
4344
4445
sudo apt-get install libhdf5-dev
4546

.github/workflows/ci_pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [ 3.9, "3.10", "3.11", "3.12" ]
18+
python-version: [ 3.9, "3.10", "3.11",] # not yet working: "3.12"
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)