From 1a5aed51cd7f103ddff807484d93b4965abbfa0b Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Thu, 29 Feb 2024 15:47:40 -0500 Subject: [PATCH] Fi --- .github/workflows/test_pr.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index fb5ab31e..f8d4a8ea 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -3,16 +3,17 @@ name: Presubmit checks on: [push, pull_request] jobs: - pytype3_10: - name: pytype 3.10 - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: ./.github/library/setup - - name: Install pytype - run: pip install -q pytype - - name: Run pytype - run: pytype . + # Disabled until google/pytype/issues/151 is resolved + # pytype3_10: + # name: pytype 3.10 + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 + # - uses: ./.github/library/setup + # - name: Install pytype + # run: pip install -q pytype + # - name: Run pytype + # run: pytype ./swarms format: name: Check format with black runs-on: ubuntu-latest