From db10d940673655cd80084f50c8bc55ecaec3c521 Mon Sep 17 00:00:00 2001 From: Xing Zhang Date: Wed, 13 Mar 2024 01:36:23 -0700 Subject: [PATCH] fix ci workflow --- .github/workflows/ci.yml | 2 ++ .github/workflows/install_pyscf.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40007496..aae81773 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/install_pyscf.sh b/.github/workflows/install_pyscf.sh index 807c61d2..3002d0a1 100755 --- a/.github/workflows/install_pyscf.sh +++ b/.github/workflows/install_pyscf.sh @@ -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'