From 53554a2bf14a1c6fbdf1fee12689b4c43bcb1dfd Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Tue, 30 Aug 2022 09:16:35 -0400 Subject: [PATCH] Remove lint step from release.yaml --- .github/workflows/release.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bd3d8d72aa..91123855a6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -255,27 +255,6 @@ jobs: name: wheels path: dist - lint: - runs-on: ubuntu-latest - strategy: - matrix: - # Lint on earliest and latest - python: ["3.7", "3.x"] - steps: - - uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: "3.x" - - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - profile: minimal - default: true - - name: Lint - run: | - make lint release: name: Release runs-on: ubuntu-latest