Skip to content

Commit

Permalink
Merge pull request #14 from ORNL-QCI/cma_numpy_fix
Browse files Browse the repository at this point in the history
Update ci-linux-python.yml
  • Loading branch information
danclaudino authored Jun 25, 2024
2 parents 9441a26 + fef5458 commit 7b1cac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: sudo apt-get -y update && sudo apt-get install -y --no-install-recommends ninja-build libssl-dev libcurl4-openssl-dev python3 libpython3-dev python3-pip libblas-dev liblapack-dev

- name: Install optional Python Packages
run: python3 -m pip install numpy<=1.26.4 pyscf cma
run: python3 -m pip install "numpy<=1.26.4" pyscf cma

- name: Configure
working-directory: build/
Expand Down

0 comments on commit 7b1cac0

Please sign in to comment.