From fabbb19b5576eb42d4e5f97e3d6328bb58e0ae30 Mon Sep 17 00:00:00 2001 From: David Caron Date: Tue, 4 Jun 2024 11:54:06 -0400 Subject: [PATCH] use `pip install --user` --- .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 8a47c24..b469734 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-python@v5 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.18.1 + run: python -m pip install --user cibuildwheel==2.18.1 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse