From 1d85746f1561bf63162fb3a49b35bc4f96c0fe4b Mon Sep 17 00:00:00 2001 From: niccolo Date: Fri, 10 Nov 2023 10:22:12 +0100 Subject: [PATCH] Try --- .github/workflows/pip.yml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 2527175..a52c79c 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -1,9 +1,13 @@ name: "Build wheels and deploy" +# on: +# push: +# tags: +# - "*" on: push: - tags: - - "*" + branches: + - main jobs: build: @@ -62,14 +66,14 @@ jobs: - uses: actions/checkout@v3 with: submodules: true - - name: Install GNU Fortran - uses: modflowpy/install-gfortran-action@v1 - - name: Install GSL - run: sudo apt-get -y install libgsl-dev - - name: which gsl - run: which gsl-config - - name: Install ninja - run: sudo apt-get -y install ninja-build + # - name: Install GNU Fortran + # uses: modflowpy/install-gfortran-action@v1 + # - name: Install GSL + # run: sudo apt-get -y install libgsl-dev + # - name: which gsl + # run: which gsl-config + # - name: Install ninja + # run: sudo apt-get -y install ninja-build - uses: pypa/cibuildwheel@v2.11.2 env: CIBW_ARCHS_MACOS: auto universal2