Skip to content

Commit

Permalink
Merge pull request #1635 from misl6/fix/remove-python2-test
Browse files Browse the repository at this point in the history
Remove `python2` test as `python2` is not available anymore via `actions/setup-python`
  • Loading branch information
akshayaurora authored Jul 18, 2023
2 parents 0851a10 + 4aad902 commit c458c5d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,3 @@ jobs:
run: docker build --tag=kivy/buildozer .
- name: Docker run
run: docker run kivy/buildozer --version

Python2:
runs-on: ubuntu-latest
steps:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 2.7
- uses: actions/checkout@v2
- name: Try Python 2 install
run: |
# we don't want the build to fail with the exit 1 so we catch with "||"
python2 -m pip install -e . 2> error.log || echo Failing as expected
cat error.log
grep "Unsupported Python version" error.log

0 comments on commit c458c5d

Please sign in to comment.