diff --git a/.github/workflows/python_client_checks.yml b/.github/workflows/python_client_checks.yml index 8ce8ac2e6..3d8ed52f0 100644 --- a/.github/workflows/python_client_checks.yml +++ b/.github/workflows/python_client_checks.yml @@ -24,7 +24,7 @@ jobs: - name: Installing PIP dependencies run: | pip install pylint - pip install --extra-index-url https://test.pypi.org/simple/ -r tests/requirements.txt + pip install -r tests/requirements.txt - name: Lint Python code run: | pylint --rc tests/setup.cfg tests/application_client/ @@ -38,7 +38,7 @@ jobs: - name: Installing PIP dependencies run: | pip install mypy - pip install --extra-index-url https://test.pypi.org/simple/ -r tests/requirements.txt + pip install -r tests/requirements.txt - name: Mypy type checking run: | mypy tests/application_client/