From 8e4c7f4ffd7dd6d7131892a0d62936fafdec9df2 Mon Sep 17 00:00:00 2001 From: Justin Bousquin Date: Tue, 9 Jul 2024 09:23:52 -0500 Subject: [PATCH] Update test_r.yaml deactivate test --- .github/workflows/test_r.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_r.yaml b/.github/workflows/test_r.yaml index 433c1b2..db20e38 100644 --- a/.github/workflows/test_r.yaml +++ b/.github/workflows/test_r.yaml @@ -33,7 +33,7 @@ jobs: - name: Conda install shell: bash -el {0} run: | - deactivate test + conda deactivate conda rename -n test wq_harmonize conda install -n wq_harmonize "pytest" "numpy<2.0" "pandas<2.0" "geopandas>=0.10.2, <0.13" "pint>=0.18" "dataretrieval>=1.0, <1.0.5" "requests"