From e0e7d4b678598ad6e4b6719e6844f305280c4b62 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 7 Mar 2021 17:29:42 +0100 Subject: [PATCH] update pip for ubuntu-bionic --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35047f37e..38a4ab5c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}