File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 shell: bash
1919 run: |
2020 sudo apt update
21- sudo apt install -y automake build-essential ca-certificates curl git gcc-10 g++-10 libcurl3-dev libfreetype6-dev libpng-dev libtool libzmq3-dev mlocate openjdk-8-jdk openjdk-8-jre-headless pkg-config python-dev software-properties-common swig unzip wget zip zlib1g-dev
21+ sudo apt install -y automake build-essential ca-certificates curl git gcc-10 g++-10 libcurl3-dev libfreetype6-dev libpng-dev libtool libzmq3-dev mlocate openjdk-8-jdk openjdk-8-jre-headless pkg-config software-properties-common swig unzip wget zip zlib1g-dev
22+
23+ - name: Install python dependencies
24+ shell: bash
25+ run: |
26+ # This uses the pre-PEP517 setuptools approach, which means
27+ # wheels aren't built in isolated environments. We therefore need to install
28+ # a bunch of build-time stuff here.
29+ pip install future>=0.17.1 grpcio h5py keras_applications>=1.0.8 keras_preprocessing>=1.1.0 mock numpy portpicker requests
2230
2331 - uses: bazel-contrib/setup-bazel@0.8.5
2432 name: Set up Bazel
You can’t perform that action at this time.
0 commit comments