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 committed Dec 24, 2023
1 parent 7099cc0 commit fe82bb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
conda install psi4 ase
#conda env update --file environment.yml --name base
conda create -n bisamplepsi4ase psi4 ase
#conda install psi4 ase
- name: Test with pytest
run: |
conda install pytest
Expand Down

0 comments on commit fe82bb5

Please sign in to comment.