Skip to content

Commit

Permalink
Update test_r.yaml
Browse files Browse the repository at this point in the history
Helps if input is in right place...
  • Loading branch information
jbousquin authored Jul 9, 2024
1 parent 4152e90 commit 5a565ad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test_r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,25 @@ 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

- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
miniforge-version: 'latest'

- name: Conda install
shell: bash -el {0}
run: |
#conda deactivate
#conda rename -n test wq_harmonize
# 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"
conda create --name wq_harmonize --clone test
conda install pip
pip install .
# pip install .
- name: Print Conda environment
shell: bash -l {0}
Expand Down

0 comments on commit 5a565ad

Please sign in to comment.