Skip to content

Make GPU stats more robust #383

Make GPU stats more robust

Make GPU stats more robust #383

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: opensuse/tumbleweed
steps:
- run: zypper -n install
python3-flake8
python3-flake8-builtins
python3-flake8-bugbear
python3-flake8-import-order
python3-flake8-quotes
python3-pip
python3-ruff
tar gzip
- uses: actions/checkout@v3
- run: flake8
- run: ruff .
- run: pip install --break-system-packages pyupgrade
- run: pyupgrade --py310-plus *py