From 56e1b0adec327f9006ca0a7079fdbd9e61ab1c54 Mon Sep 17 00:00:00 2001 From: Bilawal Hameed Date: Wed, 24 Jun 2020 14:09:07 +0200 Subject: [PATCH] fixup --- .github/workflows/techdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/