Skip to content

Commit 4a8b151

Browse files
authored
Fix build issues (#77)
* Update .readthedocs.yaml * Update tox.ini * Update tests.yml
1 parent 4e8f3e3 commit 4a8b151

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
1616
with:
1717
envs: |
18-
- macos: py310-test
19-
- linux: py311-test
18+
- macos: py311-test
2019
- linux: py312-test
20+
- linux: py313-test
2121
- linux: build_docs

.readthedocs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
version: 2
22

33
build:
4-
os: ubuntu-22.04
4+
os: ubuntu-lts-latest
55
tools:
6-
python: mambaforge-4.10
6+
python: mambaforge-latest
77

88
conda:
99
environment: docs/rtd_environment.yaml
10+
11+
sphinx:
12+
configuration: docs/conf.py

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deps =
1717
cookiecutter
1818
pytest-cookies
1919
pytest-venv
20-
tox[testing]
20+
tox[test]
2121

2222
commands =
2323
pytest tests/ {posargs}

0 commit comments

Comments
 (0)