From ee9251d97a3c2368c23666339df45ca00e1a5c06 Mon Sep 17 00:00:00 2001 From: Arsh Date: Wed, 26 Jun 2024 18:23:38 +0530 Subject: [PATCH] Updates --- .github/workflows/dev_ci_cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev_ci_cd.yml b/.github/workflows/dev_ci_cd.yml index 9c20ea0..4ccfafa 100644 --- a/.github/workflows/dev_ci_cd.yml +++ b/.github/workflows/dev_ci_cd.yml @@ -29,6 +29,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install GDAL==`gdal-config --version` - name: Run Tests run: | pytest tests \ No newline at end of file