Skip to content

Commit

Permalink
Add python 3.12 to tests, update geometric
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed Oct 27, 2023
1 parent e53ffd9 commit d64e462
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
encoding: ["application/json", "application/msgpack"]

steps:
Expand All @@ -47,7 +47,7 @@ jobs:
shell: bash -l {0}
run: |
pip install -e ./qcportal -e ./qcfractalcompute -e ./qcfractal[services,geoip,snowflake] -e ./qcarchivetesting
pip install scipy "geometric @ git+https://github.com/hjnpark/geomeTRIC"
pip install "geometric @ git+https://github.com/leeping/geomeTRIC"
- name: Run tests
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full_tests_snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 1 addition & 2 deletions qcarchivetesting/conda-envs/fulltest_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ dependencies:
- torsiondrive

- pip:
- "geometric @ git+https://github.com/hjnpark/geomeTRIC"
- scipy # for geometric
- "geometric @ git+https://github.com/leeping/geomeTRIC"
3 changes: 1 addition & 2 deletions qcarchivetesting/conda-envs/fulltest_snowflake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ dependencies:
- pytest

- pip:
- "geometric @ git+https://github.com/hjnpark/geomeTRIC"
- scipy # for geometric
- "geometric @ git+https://github.com/leeping/geomeTRIC"
3 changes: 1 addition & 2 deletions qcarchivetesting/conda-envs/fulltest_worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ dependencies:

# Geometric service
- pip:
- scipy
- "geometric @ git+https://github.com/hjnpark/geomeTRIC"
- "geometric @ git+https://github.com/leeping/geomeTRIC"

0 comments on commit d64e462

Please sign in to comment.