Skip to content

Commit

Permalink
Merge branch 'add_sum_model' of github.com:GeoStat-Framework/GSTools …
Browse files Browse the repository at this point in the history
…into add_sum_model
  • Loading branch information
MuellerSeb committed Jan 6, 2025
2 parents d03146f + eda015d commit ee485c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: "0"

- name: Set up Python 3.11
uses: actions/setup-python@v5
Expand All @@ -47,7 +47,7 @@ jobs:
- name: pylint check
run: |
python -m pylint src/gstools/
python -m pylint --max-positional-arguments 20 src/gstools/
- name: cython-lint check
run: |
Expand All @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: "0"

- name: Build wheels
uses: pypa/[email protected]
Expand Down Expand Up @@ -101,15 +101,15 @@ jobs:
- {py: '3.13', np: '>=2.1.0', sp: '>=1.14.1'}
exclude:
- os: macos-14
ver: {py: '3.8', np: '==1.20.0', sp: '==1.5.4'}
ver: { py: "3.8", np: "==1.20.0", sp: "==1.5.4" }
- os: macos-14
ver: {py: '3.9', np: '==1.20.0', sp: '==1.5.4'}
ver: { py: "3.9", np: "==1.20.0", sp: "==1.5.4" }
- os: macos-14
ver: {py: '3.10', np: '==1.21.6', sp: '==1.7.2'}
ver: { py: "3.10", np: "==1.21.6", sp: "==1.7.2" }
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: "0"

- name: Set up Python ${{ matrix.ver.py }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit ee485c2

Please sign in to comment.