Skip to content

Commit fd6b7fd

Browse files
committed
Updating version in GHA and remove docs build in favour of RTD
1 parent 0b02ddc commit fd6b7fd

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/ci_tests.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
python: 3.x
2828
toxenv: codestyle
2929

30-
- name: docs build
31-
os: ubuntu-latest
32-
python: 3.9
33-
toxenv: build_docs
34-
toxargs: -v
35-
3630
- name: oldest dependencies
3731
os: ubuntu-latest
3832
python: 3.7
@@ -45,16 +39,16 @@ jobs:
4539
toxenv: py310-test-alldeps-devastropy-cov
4640
toxargs: -v
4741

48-
- name: Python 3.7 with all optional dependencies (MacOS X)
42+
- name: Python 3.8 with all optional dependencies (MacOS X)
4943
os: macos-latest
50-
python: 3.7
51-
toxenv: py37-test-alldeps
44+
python: 3.8
45+
toxenv: py38-test-alldeps
5246
toxargs: -v
5347

54-
- name: Python 3.8 with mandatory dependencies (Windows)
48+
- name: Python 3.9 with mandatory dependencies (Windows)
5549
os: windows-latest
56-
python: 3.8
57-
toxenv: py38-test
50+
python: 3.9
51+
toxenv: py39-test
5852
toxargs: -v
5953

6054
steps:

0 commit comments

Comments
 (0)