Skip to content

Commit

Permalink
ci: update versions
Browse files Browse the repository at this point in the history
This will fix build while waiting for 0.2.1 with the fix for Python 3.6 that's being pulled in by ubuntu 18.04 .
  • Loading branch information
henryiii committed Feb 8, 2021
1 parent da12672 commit 8d0c520
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: pre-commit/action@v2.0.0

tests:
name: Tests
name: Tests on 🐍 ${{ matix.pytohn-version }} ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

dist:
name: Dist
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build SDist and wheel
Expand All @@ -95,7 +95,7 @@ jobs:

deploy:
name: Deploy
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [dist]
if: github.event_name == 'release' && github.event.action == 'published'

Expand All @@ -112,7 +112,7 @@ jobs:

coverage:
needs: [tests]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-python@v2
- name: Install coveralls
Expand Down

0 comments on commit 8d0c520

Please sign in to comment.