From e0e3bf8b5f0530c5c9bd2f2c7753ebb2d48c4602 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Wed, 2 Nov 2022 15:49:39 +0100 Subject: [PATCH] fix typo in build script --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b7e2039..a3047e0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -300,5 +300,5 @@ pip_macos: - ./tests/build_pip_mac.sh 3.8 - ./tests/build_pip_mac.sh 3.9 - ./tests/build_pip_mac.sh 3.10 - - ./tests/build_pip_max.sh 3.11 + - ./tests/build_pip_mac.sh 3.11 when: manual