mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +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: |
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user