Skip to content

Bump ruff from 0.4.2 to 0.4.4 #175

Bump ruff from 0.4.2 to 0.4.4

Bump ruff from 0.4.2 to 0.4.4 #175

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