diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index c687552838..c59ec0eed5 100644 --- a/.github/workflows/techdocs.yml +++ b/.github/workflows/techdocs.yml @@ -24,6 +24,6 @@ jobs: - name: lint techdocs-core package working-directory: ./plugins/techdocs/mkdocs/container/techdocs-core run: | - python -m pip install --upgrade pip - pip install --index-url https://pypi.org/simple/ -r requirements.txt - python -m black --check src/ + python3 -m pip3 install --upgrade pip + python3 -m pip3 install --index-url https://pypi.org/simple/ -r requirements.txt + python3 -m black --check src/