Skip to content

Bump tqdm from 4.55.1 to 4.66.3 in the pip group across 1 directory #110

Bump tqdm from 4.55.1 to 4.66.3 in the pip group across 1 directory

Bump tqdm from 4.55.1 to 4.66.3 in the pip group across 1 directory #110

Workflow file for this run

name: Checks
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
checks:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- python-version: 3
env:
TOXENV: flake8
- python-version: "3.11"
env:
TOXENV: docs
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run check
env: ${{ matrix.env }}
run: |
pip install -U pip
pip install -U tox
tox