Skip to content

feat[next][dace]: Skeleton of GTIR DaCe backend #3042

feat[next][dace]: Skeleton of GTIR DaCe backend

feat[next][dace]: Skeleton of GTIR DaCe backend #3042

Workflow file for this run

name: Code Quality
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: 'pip'
cache-dependency-path: |
**/pyproject.toml
**/constraints.txt
**/requirements-dev.txt
- uses: pre-commit/action@v3.0.0