mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
chore(ci): drop python2 check
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -28,10 +28,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -U pip
|
pip install -U pip
|
||||||
pip install tox tox-gh-actions coveralls coverage[toml]
|
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
|
- name: Check
|
||||||
run: tox
|
run: tox
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user