Skip to content

Commit

Permalink
fix CI psi4 install on windows (#305) (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques committed Aug 5, 2021
1 parent cda3fd0 commit 3fe557d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-psi4/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ runs:
if [ "${{ inputs.os }}" == "windows-latest" ]; then
conda update -n base -c defaults conda
conda activate
# conda install -y psi4=1.4rc4.dev1 python=${{ inputs.python-version }} -c psi4/label/dev -c conda-forge
conda install -y psi4 python=${{ inputs.python-version }} -c psi4/label/dev -c conda-forge
conda install -y psi4=1.4rc4.dev7 python=${{ inputs.python-version }} -c psi4/label/dev -c conda-forge
# conda install -y psi4 python=${{ inputs.python-version }} -c psi4/label/dev -c conda-forge
psi4 --test
else
conda activate
Expand Down

0 comments on commit 3fe557d

Please sign in to comment.