Skip to content

Commit

Permalink
Update test_r.yaml
Browse files Browse the repository at this point in the history
Try read out
  • Loading branch information
jbousquin authored Jul 9, 2024
1 parent abe1398 commit ca80c69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
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: Print Conda environment
shell: bash -l {0}
run: |
conda info
conda list
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit ca80c69

Please sign in to comment.