Skip to content

Commit

Permalink
TST: Disable oldest deps job
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Feb 19, 2021
1 parent 0a87db8 commit f8082b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
python: 3.9
toxenv: py39-test-devdeps

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

steps:
- name: Checkout code
Expand Down

0 comments on commit f8082b3

Please sign in to comment.