Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Oct 8, 2024
1 parent dc05f8e commit 8a5acb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
init-shell: >-
bash
powershell
- name: Print environment infos
- name: Print Infos
shell: bash -l {0}
run: |
ls -R tests/smos-test-data
Expand All @@ -64,6 +64,7 @@ jobs:
shell: bash -l {0}
run: |
pip install -e .[testing]
pip install netCDF4
pytest
- name: Upload Coverage
shell: bash -l {0}
Expand Down

0 comments on commit 8a5acb6

Please sign in to comment.