Skip to content

Commit

Permalink
only install balsam on pydantic 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Aug 20, 2024
1 parent 8b99cc1 commit b0c3107
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,20 @@ jobs:
pip install git+https://github.com/jlnav/dragonfly.git@fix/remove_npobject
pip install scikit-build packaging Tasmanian --user
- name: Install other testing dependencies
- name: Install Balsam on Pydantic 1
if: matrix.pydantic-version == '1.10.17'
run: |
conda install octave
conda install pyzmq
pip install -r install/testing_requirements.txt
pip install -r install/misc_feature_requirements.txt
git clone https://github.com/argonne-lcf/balsam.git
sed -i -e "s/pyzmq>=22.1.0,<23.0.0/pyzmq>=23.0.0,<24.0.0/" ./balsam/setup.cfg
cd balsam; pip install -e .; cd ..
- name: Install other testing dependencies
run: |
conda install octave
pip install -r install/testing_requirements.txt
pip install -r install/misc_feature_requirements.txt
git clone --recurse-submodules -b develop https://github.com/POptUS/IBCDFO.git
pushd IBCDFO/minq/py/minq5/
export PYTHONPATH="$PYTHONPATH:$(pwd)"
Expand Down

0 comments on commit b0c3107

Please sign in to comment.