From b414e71182c8317fcd2247cc638e073a6df9bf26 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 8 Apr 2021 09:38:49 -0700 Subject: [PATCH] Bazel handles python modules now. (#441) Remove them from our test CI workflow. --- .github/workflows/tests.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6b57bfd5135b..d48884280f3f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -43,9 +43,6 @@ jobs: with: # Match the min version listed in docs/project/contribution_tools.md python-version: '3.6' - - name: Install python modules - run: | - pip install gql PyGitHub # On macOS we need Go and to use it to install Bazelisk. - uses: actions/setup-go@v2 @@ -61,8 +58,6 @@ jobs: run: | bazelisk --version python --version - echo gql "$(pip show gql | grep Version)" - echo PyGitHub "$(pip show PyGitHub | grep Version)" # Build all targets first to isolate build failures. - name: Build (${{ matrix.build_mode }})