Skip to content

Commit e0e7d4b

Browse files
committed
update pip for ubuntu-bionic
1 parent 49357ad commit e0e7d4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
6969
steps:
7070
- uses: actions/checkout@v2
71+
- run: python3 -m pip install -U pip
72+
if: 'matrix.TEST.CONTAINER == "ubuntu-bionic"'
7173
- run: tox -v
7274
env:
7375
TOXENV: ${{ matrix.TEST.TOXENV }}

0 commit comments

Comments
 (0)