Skip to content

Commit 43e529a

Browse files
authored
Merge pull request #666 from MiraGeoscience/GEOPY-1397-release-v0.11.1
GEOPY-1397 release v0.11.1
2 parents fb7761f + fa9efac commit 43e529a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+22745
-23335
lines changed

.github/workflows/pytest-unix-os.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
CONDA_LOCK_ENV_FILE: environments/conda-py-${{ matrix.python_ver }}-${{ startsWith(matrix.os, 'macos') && 'osx' || 'linux' }}-64-dev.lock.yml
4141
PIP_EXTRA_INDEX_URL: https://test.pypi.org/simple/
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
with:
4545
lfs: true
4646
- name: Setup conda env
47-
uses: mamba-org/provision-with-micromamba@main
47+
uses: mamba-org/setup-micromamba@v1
4848
with:
4949
environment-file: ${{ env.CONDA_LOCK_ENV_FILE }}
5050
environment-name: test_env

.github/workflows/pytest-windows.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@ jobs:
3939
CONDA_LOCK_ENV_FILE: environments/conda-py-${{ matrix.python_ver }}-win-64-dev.lock.yml
4040
PIP_EXTRA_INDEX_URL: https://test.pypi.org/simple/
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
with:
4444
lfs: true
4545
- name: Setup conda env
46-
uses: mamba-org/provision-with-micromamba@main
46+
uses: mamba-org/setup-micromamba@v1
4747
with:
4848
environment-file: ${{ env.CONDA_LOCK_ENV_FILE }}
4949
environment-name: test_env
50+
init-shell: powershell
5051
cache-downloads: true
5152
- name: pytest
5253
run: |

.github/workflows/static-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ env:
2626
jobs:
2727
pylint:
2828
name: pylint
29-
runs-on: windows-latest
29+
runs-on: ubuntu-latest
3030
defaults:
3131
run:
3232
shell: bash -l {0}
3333
env:
3434
PYTHONUTF8: 1
35-
CONDA_LOCK_ENV_FILE: environments/conda-py-3.9-win-64-dev.lock.yml
35+
CONDA_LOCK_ENV_FILE: environments/conda-py-3.9-linux-64-dev.lock.yml
3636
PIP_EXTRA_INDEX_URL: https://test.pypi.org/simple/
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
- name: Setup conda env
40-
uses: mamba-org/provision-with-micromamba@main
40+
uses: mamba-org/setup-micromamba@v1
4141
with:
4242
environment-file: ${{ env.CONDA_LOCK_ENV_FILE }}
4343
environment-name: linter_env

0 commit comments

Comments
 (0)