Skip to content

Commit d0dc90b

Browse files
committed
CI: Bump Python, ObsPy and mamabforge in RTD
1 parent 4247999 commit d0dc90b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: mamba-org/[email protected]
3333
with:
3434
environment-file: environment.yml
35-
cache-downloads: true
35+
cache-downloads: false
3636
cache-environment: true
3737

3838
- uses: actions/cache@v4

Diff for: .readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python: "mambaforge-4.10"
11+
python: "mambaforge-22.9"
1212
jobs:
1313
pre_build:
1414
# Generate the Sphinx configuration for this Jupyter Book so it builds.

Diff for: environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- python=3.10
6+
- python=3.11
77
- jupyter-book=1.0.0
88
- matplotlib
99
- numpy
10-
- obspy=1.4.0
10+
- obspy=1.4.1

0 commit comments

Comments
 (0)