Skip to content

Update dependency pytype to v2023.10.5 #1004

Update dependency pytype to v2023.10.5

Update dependency pytype to v2023.10.5 #1004

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: test
run: |
sudo apt-get update && \
sudo apt-get install -y python3-dev python3-setuptools openvswitch-switch wget && \
pip3 install -U pip && \
pip3 install -U -r test-requirements.txt && \
export PATH=/home/runner/.local/bin:$PATH
pylint -E *py && \
pytype *py && \
./test_ovs_pipette.sh && \
PYTHONPATH=. coverage run test_pipette.py && \
coverage report pipette.py && \
coverage xml pipette.py
- name: Upload coverage to Codecov
uses: codecov/[email protected]
if: github.repository == 'iqtlabs/pipette'
- name: docker-test
run: |
docker compose build