Skip to content

Commit

Permalink
CI set solver for python
Browse files Browse the repository at this point in the history
  • Loading branch information
EricaCMitchell committed Aug 21, 2024
1 parent 8e88856 commit adf2cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
conda install -c conda-forge python=3.10
conda install python=3.10
conda config --set solver classic
conda install conda-forge::psi4
conda install conda-forge::jax
conda install conda-forge::jaxlib
Expand Down

0 comments on commit adf2cd9

Please sign in to comment.