Skip to content

Commit

Permalink
Update test_r.yaml
Browse files Browse the repository at this point in the history
Leave test for reticulate to find
  • Loading branch information
jbousquin authored Jul 9, 2024
1 parent 63b91bd commit 5b16e46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
- name: Conda install
shell: bash -el {0}
run: |
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" -c conda-forge
#conda deactivate
#conda rename -n test wq_harmonize
conda install "pytest" "numpy<2.0" "pandas<2.0" "geopandas>=0.10.2, <0.13" "pint>=0.18" "dataretrieval>=1.0, <1.0.5" "requests" -c conda-forge
conda create --name wq_harmonize --clone test
- name: Set up R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 5b16e46

Please sign in to comment.