diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97b9704b87..a4c8f297b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: sudo apt-get update && sudo apt-get install --yes pandoc texlive-xetex librsvg2-bin pandoc --version python -m pip install --upgrade pip - pip --version + python -m pip --version - name: Install rdmo[mysql] from wheel and start mysql run: | python -m pip install "$(ls dist/*.whl)[ci,mysql]"