Skip to content

Commit

Permalink
moving CI to moab master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Nov 6, 2024
1 parent 3644a6a commit 7a863be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_with_pip_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
apt install python3
apt install python3-pip
python -m pip install --upgrade pip
git clone --single-branch -b master --depth 1 https://bitbucket.org/fathomteam/moab/
git clone --single-branch -b master --depth 1 https://bitbucket.org/fathomteam/moab/
cd moab
git checkout faf7e989c0fd0be4a19f61c1d4713afc5397c8a7
python -m pip install . --config-settings=cmake.args=-DENABLE_HDF5=ON
cd ..
python -c "import pymoab"
Expand Down

0 comments on commit 7a863be

Please sign in to comment.