Skip to content

Commit

Permalink
Update test_r.yaml - miniforge
Browse files Browse the repository at this point in the history
Use miniforge3, where conda-forge is already default
  • Loading branch information
jbousquin authored Jul 9, 2024
1 parent 5b16e46 commit 9e29dc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
matrix:
os: [windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
miniforge-version: latest
steps:
- uses: actions/checkout@v4

Expand All @@ -35,7 +36,7 @@ jobs:
run: |
#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 install "pytest" "numpy<2.0" "pandas<2.0" "geopandas>=0.10.2, <0.13" "pint>=0.18" "dataretrieval>=1.0, <1.0.5" "requests"
conda create --name wq_harmonize --clone test
- name: Set up R
Expand Down

0 comments on commit 9e29dc6

Please sign in to comment.