From 037a3cda3c0c3cf759179675ea6b1485efa5008c Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 16 Jul 2024 10:05:13 +0200 Subject: [PATCH] s --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]"