Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Jan 26, 2021
1 parent 68957e8 commit a9e9623
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
executor: bionic
steps:
- checkout
- run:
name: install pip
command: |
sudo apt-get update -q
sudo apt-get install -q -y python-pip python3-pip
- run: python2 -m pip install --upgrade pip
- run: python3 -m pip install --upgrade pip
- run: python2 -m pip install flake8==3.7.8
Expand Down Expand Up @@ -173,15 +168,12 @@ jobs:
- run: curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg
- run: sudo mv bazel.gpg /etc/apt/trusted.gpg.d/
- run: echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
- run:
name: install pip
command: sudo apt-get install -q -y python3-pip
- run: pip3 install absl-py
- run:
name: install bazel
command: |
sudo apt-get install -q -y bazel
sudo apt-get update -q
sudo apt-get install -q -y bazel
- run: scripts/test_bazel.sh

workflows:
Expand Down

0 comments on commit a9e9623

Please sign in to comment.