Skip to content

Commit

Permalink
Updates for core
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Mar 20, 2024
1 parent 7cc5089 commit 7279dad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,31 +173,24 @@ jobs:
# conda-update: true
# id: install
- uses: actions/checkout@v3
if: github.event_name == 'push'
with:
fetch-depth: "100"
- name: Fetch unshallow
if: github.event_name == 'push'
run: git fetch --prune --tags --unshallow -f
- uses: actions/setup-node@v3
if: github.event_name == 'push'
with:
node-version: 16.x
- uses: actions/setup-python@v4
if: github.event_name == 'push'
with:
python-version: "3.12"
- name: install
if: github.event_name == 'push'
run: |
python -m pip install -ve '.[tests_core, tests_ci]'
- name: download data
if: github.event_name == 'push'
run: |
# conda activate test-environment
bash scripts/download_data.sh
- name: doit test_unit
if: github.event_name == 'push'
run: |
# conda activate test-environment
pytest geoviews
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def run(self):
'rioxarray',
],
'tests_ci': [
'pyct',
'pytest-cov',
'codecov',
'pytest-github-actions-annotate-failures',
Expand Down

0 comments on commit 7279dad

Please sign in to comment.