Skip to content

Commit

Permalink
clean up package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolson committed Nov 13, 2024
1 parent 44416f5 commit ef04cc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,13 @@ jobs:
- name: Setup Conda environment
shell: bash -l {0}
run: |
conda install numpy cython pip pytest hdf5 libnetcdf cftime netcdf4 coverage --strict-channel-priority
conda install numpy cython pip pytest hdf5 libnetcdf cftime netcdf4 coverage coveralls --strict-channel-priority
pip install -e . --no-deps --force-reinstall

- name: Install dependencies
shell: bash -l {0}
run: |
python -m pip install --upgrade pip wheel
pip install coverage pytest coveralls .

- name: Prepare Wind Hindcast data
shell: bash -l {0}
Expand Down

0 comments on commit ef04cc2

Please sign in to comment.