Skip to content

Add triton 2.3.1 to requirements #332

Add triton 2.3.1 to requirements

Add triton 2.3.1 to requirements #332

Workflow file for this run

name: Lint
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.11.8]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: ./install.sh
- name: Run lint
run: ./lint --no-ruff