Skip to content

Bump pip from 21.3.1 to 23.3 #32

Bump pip from 21.3.1 to 23.3

Bump pip from 21.3.1 to 23.3 #32

Workflow file for this run

name: unittests py27
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: 2.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install coverage[toml] tox
- name: Test
if: always()
run: tox -e py27