From abc82dba183b9fc050a9620feedac9c83f45b92e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 11:24:25 +0000 Subject: [PATCH] style: pre-commit fixes --- .github/workflows/packaging-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packaging-test.yml b/.github/workflows/packaging-test.yml index 8eb275717a..9b5c032ed0 100644 --- a/.github/workflows/packaging-test.yml +++ b/.github/workflows/packaging-test.yml @@ -75,7 +75,7 @@ jobs: curl -o /tmp/Python38.pkg https://www.python.org/ftp/python/3.8.10/python-3.8.10-macos11.pkg sudo installer -pkg /tmp/Python38.pkg -target / sh "/Applications/Python 3.8/Install Certificates.command" - + - uses: pypa/cibuildwheel@v2.19.1 env: CIBW_ARCHS_MACOS: universal2