Skip to content

Commit

Permalink
remove python 2.7 from the tests (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Jun 19, 2023
1 parent bd6b4b6 commit 3f824b7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3f824b7

Please sign in to comment.