Skip to content

Commit f8082b3

Browse files
committed
TST: Disable oldest deps job
1 parent 0a87db8 commit f8082b3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ jobs:
4747
python: 3.9
4848
toxenv: py39-test-devdeps
4949

50-
- name: Python 3.6 with Ginga backend (old)
51-
os: ubuntu-latest
52-
python: 3.6
53-
toxenv: py36-test-oldestdeps
50+
# NOTE: Uncomment when we really support oldest deps
51+
#- name: Python 3.6 with Ginga backend (old)
52+
# os: ubuntu-latest
53+
# python: 3.6
54+
# toxenv: py36-test-oldestdeps
5455

5556
steps:
5657
- name: Checkout code

0 commit comments

Comments
 (0)