Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaka-zuumi authored Dec 24, 2023
1 parent fe82bb5 commit a28e9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
#conda env update --file environment.yml --name base
conda create -n bisamplepsi4ase psi4 ase
conda create -c conda-forge -n bisamplepsi4ase psi4 ase
#conda install psi4 ase
- name: Test with pytest
run: |
Expand Down

0 comments on commit a28e9cc

Please sign in to comment.