From 7a863be66ec93bd826966f672d7c279ea4d942b8 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 6 Nov 2024 11:34:40 +0100 Subject: [PATCH] moving CI to moab master branch --- .github/workflows/ci_with_pip_install.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci_with_pip_install.yml b/.github/workflows/ci_with_pip_install.yml index 7c97fe9..b6f50c5 100644 --- a/.github/workflows/ci_with_pip_install.yml +++ b/.github/workflows/ci_with_pip_install.yml @@ -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"