Bazel handles python modules now. (#441)

Remove them from our test CI workflow.
This commit is contained in:
Chandler Carruth
2021-04-08 09:38:49 -07:00
committed by GitHub
parent 7716ac6784
commit b414e71182
-5
View File
@@ -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 }})