From 482990018c71cb7cc7f02195ec6a8d8d33f65bbb Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Wed, 24 Apr 2024 20:49:46 +0200 Subject: [PATCH] Try pip with --user .... --- .github/workflows/cmake.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yaml b/.github/workflows/cmake.yaml index ac56c2a8..3e4d6e65 100644 --- a/.github/workflows/cmake.yaml +++ b/.github/workflows/cmake.yaml @@ -52,7 +52,7 @@ jobs: steps: - name: Install Sphinx - run: pip3 install sphinx + run: pip3 install --user sphinx - name: Install Qt uses: jurplel/install-qt-action@v3