1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 16:46:43 +00:00

remove python 2.7 from the tests (#687)

This commit is contained in:
Dmitry Shibanov 2023-06-19 13:20:44 +02:00 committed by GitHub
parent bd6b4b6205
commit 3f824b7ca6
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,13 +21,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run with setup-python 2.7
uses: ./
with:
python-version: 2.7
- name: Verify 2.7
run: python __tests__/verify-python.py 2.7
- name: Run with setup-python 3.5
uses: ./
with: