Skip to content

Bump ruff from 0.1.8 to 0.2.2 #152

Bump ruff from 0.1.8 to 0.2.2

Bump ruff from 0.1.8 to 0.2.2 #152

Workflow file for this run

name: "Tests"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
tests:
runs-on: "ubuntu-latest"
name: Run tests
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.11"
cache: "pip"
- name: "Install requirements"
run: python3 -m pip install -r requirements_test.txt
- name: "Run"
run: python3 -m pytest