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 2bfe224
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
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
sudo apt-get install -q -y python-pip
- run: python2 -m pip install flake8==3.7.8
- run: python3 -m pip install flake8==3.7.8
- run: python2 -m flake8 --show-source --statistics
Expand Down Expand Up @@ -173,15 +171,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 2bfe224

Please sign in to comment.