diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index 60d1da186a..ccc9178724 100644 --- a/.github/workflows/techdocs.yml +++ b/.github/workflows/techdocs.yml @@ -24,5 +24,5 @@ jobs: - name: lint techdocs-core package working-directory: ./plugins/techdocs/mkdocs/container/techdocs-core run: | - pip install -r requirements.txt + pip install --registry https://pypi.org/simple/ -r requirements.txt python -m black --check src/