Skip to content

Commit

Permalink
Add back pip installation of packages for SPEC
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Nov 22, 2023
1 parent 5f4c63c commit 0dfe6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install python dependencies
run: |
sudo apt-get install graphviz graphviz-dev
# pip install sympy pyevtk matplotlib plotly networkx pygraphviz mpi4py py_spec pyoculus h5py
pip install numpy cmake ninja wheel setuptools sympy qsc pyevtk matplotlib plotly networkx pygraphviz mpi4py py_spec pyoculus h5py
- name: Install booz_xform
run: pip install -v git+https://github.com/hiddenSymmetries/booz_xform
Expand Down

0 comments on commit 0dfe6bb

Please sign in to comment.