From 5eed47364e98015be82c1eb000d49420a637fa9c Mon Sep 17 00:00:00 2001 From: scito Date: Fri, 30 Dec 2022 18:18:15 +0100 Subject: [PATCH] ci: revert try out changes --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e006fe1..248ffba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest pytest-mock pytest-cov mypy types-protobuf - pip install --use-pep517 -r requirements.txt - pip install --no-deps . + pip install -r requirements-dev.txt + pip install . - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names