ci : add ubuntu cuda build, build with one arch on windows (#10456)

This commit is contained in:
Diego Devesa 2024-11-26 13:05:07 +01:00 committed by GitHub
parent 25669aa92c
commit c6807b3f28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 73 additions and 12 deletions

View file

@ -1,6 +1,13 @@
name: flake8 Lint
on: [push, pull_request]
on:
push:
branches:
- master
paths: ['.github/workflows/python-lint.yml', '**/*.py']
pull_request:
types: [opened, synchronize, reopened]
paths: ['.github/workflows/python-lint.yml', '**/*.py']
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}