From d17379d0260825671ece64bb81dca93a0d9bbe7f Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 16 Jul 2024 22:04:25 +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 6c95a43a3a..39d68c7b3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - name: Check the metadata run: pipx run twine check --strict dist/* - name: Install package from built wheel - run: python -m pip install dist/rdmo*.whl + run: python -m pip install --no-compile dist/rdmo*.whl # do not create __pycache__/*.pyc files - name: Write info to step summary run: | {