Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Oct 25, 2023
1 parent befb390 commit b8c9acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
- name: Which Testing
run: |
python -c 'import qcelemental as qc; print(qcel.util.which("psi4.bat"))'
python -c 'import qcelemental as qc; print(qcel.util.which("psi4.exe"))'
python -c 'import qcelemental as qc; print(qcel.util.which("psi4"))'
python -c 'import qcelemental as qcel; print(qcel.util.which("psi4.bat"))'
python -c 'import qcelemental as qcel; print(qcel.util.which("psi4.exe"))'
python -c 'import qcelemental as qcel; print(qcel.util.which("psi4"))'
# note: conda remove --force, not mamba remove --force b/c https://github.com/mamba-org/mamba/issues/412
# alt. is micromamba but not yet ready for setup-miniconda https://github.com/conda-incubator/setup-miniconda/issues/75
Expand Down
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Misc.

MUST (Unmerged)
+++++++++++++++
- (:pr:`433`)


v0.28.1 / 2023-08-18
Expand Down

0 comments on commit b8c9acd

Please sign in to comment.