Skip to content

Commit 1218417

Browse files
committed
ci: pin to py38 to avoid initial py39 astropy issues
1 parent c12c6ea commit 1218417

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
push:
55
paths:
66
- "**.py"
7-
pull_request:
8-
release:
7+
98

109
jobs:
1110

@@ -15,7 +14,7 @@ jobs:
1514
- uses: actions/checkout@v2
1615
- uses: actions/setup-python@v1
1716
with:
18-
python-version: '3.x'
17+
python-version: 3.8
1918
- run: pip install .[full,tests,lint]
2019

2120
- run: flake8

.github/workflows/ci_stdlib_only.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
push:
55
paths:
66
- "**.py"
7-
pull_request:
8-
release:
7+
98

109
jobs:
1110

0 commit comments

Comments
 (0)