Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindougherty-noaa committed Jul 21, 2023
1 parent f276451 commit 061d486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
lfs: true

# Install emcpy
#- name: Upgrade pip
# run: $CONDA/bin/pip3 install --upgrade pip
- name: Upgrade pip
run: $CONDA/bin/pip3 install --upgrade pip
- name: Install emcpy and dependencies
run: |
$CONDA/bin/pip3 install --use-deprecated=legacy-resolver -r requirements-github.txt --user .
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ install_requires =
scikit-learn
pdoc
matplotlib
Cython
cartopy
tests_require =
pytest
Expand Down

0 comments on commit 061d486

Please sign in to comment.