Skip to content

Commit

Permalink
update pip for ubuntu-bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Mar 7, 2021
1 parent 49357ad commit 345dbd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -68,6 +68,8 @@ jobs:
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
steps:
- uses: actions/checkout@v2
- run: python3 -m pip install -U pip
if: ${{ matrix.TEST.CONTAINER == "ubuntu-bionic" }}
- run: tox -v
env:
TOXENV: ${{ matrix.TEST.TOXENV }}
Expand Down

0 comments on commit 345dbd2

Please sign in to comment.