chore(ci): drop python2 check

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2024-09-29 11:26:27 +09:00
parent a90d93b02f
commit 8566a89f94

View File

@@ -28,10 +28,6 @@ jobs:
run: |
pip install -U pip
pip install tox tox-gh-actions coveralls coverage[toml]
- name: Check invocation with Python2
run: |
! python2 -m aqt help
[[ $(python2 -m aqt help) == "aqtinstall requires python 3!" ]]
- name: Check
run: tox
env: