Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #184

Merged
merged 6 commits into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
extra-specs: |
pytest

- name: Install MM
run: python -m pip install -e . --no-deps -v

- if: ${{ matrix.monet == 'dev' }}
name: Install development versions of monet and monetio
run: |
Expand All @@ -49,7 +46,7 @@ jobs:
python -c "import monet; print('monet.__version__', getattr(monet, '__version__', '?'))"

- name: pytest
run: python -m pytest melodies_monet
run: python -m pytest -v melodies_monet

- name: Run docs/examples notebooks as scripts
run: |
Expand Down Expand Up @@ -81,7 +78,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python (micromamba)
uses: mamba-org/provision-with-micromamba@v12
uses: mamba-org/provision-with-micromamba@v15
with:
environment-file: docs/environment-docs.yml
cache-env: true
Expand Down
1 change: 1 addition & 0 deletions docs/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- netcdf4
- numpy
- pandas<2
- pillow<10
#
# Extras
- pooch
Expand Down