Skip to content

Commit

Permalink
💚 fix CI (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk authored Dec 3, 2020
1 parent 63db01c commit e62d33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout python-for-android
uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1.1.0
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Run flake8
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Checkout python-for-android
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1.1.0
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Tox tests
Expand Down

0 comments on commit e62d33c

Please sign in to comment.