Skip to content

Add ROCm 6.4.3+ support #374

Add ROCm 6.4.3+ support

Add ROCm 6.4.3+ support #374

Workflow file for this run

name: Linting
on:
push:
branches:
- master
pull_request:
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install flake8
- name: Run linting
run: |
flake8 .