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