From 2e3ddf95858988a394f1823769bc047d05e53371 Mon Sep 17 00:00:00 2001 From: Vadim Ponomarev Date: Mon, 6 May 2024 17:30:54 +0200 Subject: [PATCH] Fix tests --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 59ad0a3..cf93a23 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -29,7 +29,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pbr oslotest -c $UPPER_CONSTRAINTS - pip install --no-input -e git+https://github.com/sapcc/octavia.git@stable/yoga-m3#egg=octavia -c $UPPER_CONSTRAINTS + pip install --exists-action w -e git+https://github.com/sapcc/octavia.git@stable/yoga-m3#egg=octavia -c $UPPER_CONSTRAINTS pip install -e . -c $UPPER_CONSTRAINTS - name: Lint with flake8 run: |