Skip to content

Bump the pip group across 1 directory with 2 updates #289

Bump the pip group across 1 directory with 2 updates

Bump the pip group across 1 directory with 2 updates #289

Workflow file for this run

name: Code Check CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Check code
run: make check