From 5844882ad61f4614d8a65fd299f76bfb5e5a8f96 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Wed, 4 Sep 2024 15:23:54 +0200 Subject: [PATCH] ci: deactivate pip on macos for now --- .github/workflows/macos-linux-pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-linux-pip.yml b/.github/workflows/macos-linux-pip.yml index f372a76..e755d8b 100644 --- a/.github/workflows/macos-linux-pip.yml +++ b/.github/workflows/macos-linux-pip.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - os: ["ubuntu-latest", "macos-latest"] + os: ["ubuntu-latest"] # , "macos-latest"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 -- GitLab