Skip to content

Commit

Permalink
fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fishjojo committed Mar 13, 2024
1 parent e1db1af commit db10d94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: install pyscf
run: ./.github/workflows/install_pyscf.sh
- name: install pyscfadlib
run: ./.github/workflows/install_pyscfadlib.sh
- name: test
run: ./.github/workflows/run_test.sh
- name: Upload coverage to codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install_pyscf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pip install h5py
pip install jaxlib
pip install jax
pip install 'pyscf==2.3'
pip install 'pyscfadlib==0.1.4'
#pip install 'pyscfadlib==0.1.4'

0 comments on commit db10d94

Please sign in to comment.