Searched +full:python +full:- +full:version (Results 1 – 3 of 3) sorted by relevance
8 runs-on: ubuntu-latest10 - name: Checkout repository14 fetch-depth: 015 - name: Set up Python 3.1016 uses: actions/setup-python@v518 python-version: "3.10"19 - name: Install dependencies21 python -m pip install --upgrade pip22 pip install --upgrade gitlint23 - name: Lint git commit messages[all …]
6 name: DCO Check ("Signed-Off-By")7 runs-on: ubuntu-latest9 - uses: actions/checkout@v410 - name: Set up Python 3.x11 uses: actions/setup-python@v513 python-version: '3.x'14 - name: Check DCO19 pip3 install -U dco-check20 dco-check -e "49699333+dependabot[bot]@users.noreply.github.com"
3 # SPDX-License-Identifier: Apache-2.06 # .github/workflows/docker-image.yaml file if doing multiple per day12 ARG CLH_SRC_DIR="/cloud-hypervisor"23 # DL3015 ignored cause not installing openvswitch-switch-dpdk recommended packages breaks ovs_dpdk …25 RUN apt-get update \26 && apt-get -yq upgrade \27 && apt-get install --no-install-recommends -yq \28 build-essential \34 musl-tools \35 libssl-dev \[all …]