Skip to content

fix(deps): bump black from 24.4.2 to 24.10.0 #138

fix(deps): bump black from 24.4.2 to 24.10.0

fix(deps): bump black from 24.4.2 to 24.10.0 #138

Workflow file for this run

name: ci
on: pull_request
jobs:
cloud-all:
timeout-minutes: 5
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: test root
run: |
make test
working-directory: .