From c20cc63ff2f9b5ae5f9d72d06c1c173fac5517f0 Mon Sep 17 00:00:00 2001 From: angusmcb Date: Mon, 23 Dec 2024 18:36:32 +0100 Subject: [PATCH] typo --- .github/workflows/conda-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-tests.yml b/.github/workflows/conda-tests.yml index 83086c7..b136c1f 100644 --- a/.github/workflows/conda-tests.yml +++ b/.github/workflows/conda-tests.yml @@ -24,7 +24,7 @@ jobs: - name: Install packages shell: bash -el {0} run: | - conda install -y -c conda-forge qgis wntr pytest pytest-cov geopandas pip ptest-xvfb + conda install -y -c conda-forge qgis wntr pytest pytest-cov geopandas pip pytest-xvfb pip install pytest-qgis - name: Conda info shell: bash -el {0}