diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 33ad8b4d..4b00b92b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,6 +45,9 @@ jobs: python-version: "${{ matrix.python_version }}" check-latest: true + - name: Install Pip + run: make python-pip-install + - name: Create Python Virtual Environment run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv"