Skip to content

Commit

Permalink
Update test_r.yaml
Browse files Browse the repository at this point in the history
try pip installing from path
  • Loading branch information
jbousquin authored Jul 9, 2024
1 parent ca80c69 commit 4152e90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
#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"
conda create --name wq_harmonize --clone test
conda install pip
pip install .
- name: Print Conda environment
shell: bash -l {0}
Expand Down

0 comments on commit 4152e90

Please sign in to comment.