Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Nov 10, 2023
1 parent 49772fb commit 1d85746
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: "Build wheels and deploy"

# on:
# push:
# tags:
# - "*"
on:
push:
tags:
- "*"
branches:
- main

jobs:
build:
Expand Down Expand Up @@ -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/[email protected]
env:
CIBW_ARCHS_MACOS: auto universal2
Expand Down

0 comments on commit 1d85746

Please sign in to comment.