Skip to content

Commit

Permalink
Update test_r.yaml
Browse files Browse the repository at this point in the history
specify channel
  • Loading branch information
jbousquin authored Jul 9, 2024
1 parent 8e4c7f4 commit 63b91bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
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"
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
- name: Set up R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 63b91bd

Please sign in to comment.