From 17cefc999c6342481a497e3850d2982fc875182a Mon Sep 17 00:00:00 2001 From: Diviloper Date: Fri, 29 Dec 2023 11:10:21 +0100 Subject: [PATCH] Use develop branch of Diviloper/MobilityDB for CI testing --- .github/workflows/test-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-develop.yml b/.github/workflows/test-develop.yml index fcf22fb3..d2adbf9b 100644 --- a/.github/workflows/test-develop.yml +++ b/.github/workflows/test-develop.yml @@ -27,7 +27,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install MEOS run: | - git clone --branch temporal https://github.com/Diviloper/MobilityDB + git clone --branch develop https://github.com/Diviloper/MobilityDB mkdir MobilityDB/build cd MobilityDB/build cmake .. -DMEOS=on