Skip to content

Commit

Permalink
CI: Bump Python, ObsPy and mamabforge in RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 2, 2024
1 parent 4247999 commit d0dc90b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: mamba-org/setup-micromamba@v1.9.0
with:
environment-file: environment.yml
cache-downloads: true
cache-downloads: false
cache-environment: true

- uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "mambaforge-4.10"
python: "mambaforge-22.9"
jobs:
pre_build:
# Generate the Sphinx configuration for this Jupyter Book so it builds.
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python=3.10
- python=3.11
- jupyter-book=1.0.0
- matplotlib
- numpy
- obspy=1.4.0
- obspy=1.4.1

0 comments on commit d0dc90b

Please sign in to comment.