Skip to content

Commit df8687b

Browse files
authored
Change Python versions and iodata installation
`distutils` was removed from Python 3.12. It appears as though there is some problem installing IOData with `pip install qc-iodata` on Windows OS.
1 parent ae4d8a2 commit df8687b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: ["ubuntu-latest", "windows-latest"]
19-
py: ["3.7", "3.9", "3.10", "3.11", "3.12"]
19+
py: ["3.7", "3.9", "3.10", "3.11"]
2020

2121
steps:
2222
- uses: "actions/checkout@v3"
@@ -30,9 +30,9 @@ jobs:
3030
run: |
3131
pip install --upgrade pip
3232
pip install pytest pytest-md pytest-emoji pytest-cov
33-
pip install qc-iodata
3433
pip install git+https://github.com/theochem/gbasis.git@master
3534
pip install git+https://github.com/theochem/grid.git@master
35+
pip install git+https://github.com/theochem/iodata.git@master
3636
3737
- name: Install development version
3838
run: |

0 commit comments

Comments
 (0)