Skip to content

Commit

Permalink
Merge pull request #666 from MiraGeoscience/GEOPY-1397-release-v0.11.1
Browse files Browse the repository at this point in the history
GEOPY-1397 release v0.11.1
  • Loading branch information
andrewg-mira authored Mar 4, 2024
2 parents fb7761f + fa9efac commit 43e529a
Show file tree
Hide file tree
Showing 65 changed files with 22,745 additions and 23,335 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest-unix-os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
CONDA_LOCK_ENV_FILE: environments/conda-py-${{ matrix.python_ver }}-${{ startsWith(matrix.os, 'macos') && 'osx' || 'linux' }}-64-dev.lock.yml
PIP_EXTRA_INDEX_URL: https://test.pypi.org/simple/
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
- name: Setup conda env
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ${{ env.CONDA_LOCK_ENV_FILE }}
environment-name: test_env
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pytest-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ jobs:
CONDA_LOCK_ENV_FILE: environments/conda-py-${{ matrix.python_ver }}-win-64-dev.lock.yml
PIP_EXTRA_INDEX_URL: https://test.pypi.org/simple/
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
- name: Setup conda env
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ${{ env.CONDA_LOCK_ENV_FILE }}
environment-name: test_env
init-shell: powershell
cache-downloads: true
- name: pytest
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ env:
jobs:
pylint:
name: pylint
runs-on: windows-latest
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
env:
PYTHONUTF8: 1
CONDA_LOCK_ENV_FILE: environments/conda-py-3.9-win-64-dev.lock.yml
CONDA_LOCK_ENV_FILE: environments/conda-py-3.9-linux-64-dev.lock.yml
PIP_EXTRA_INDEX_URL: https://test.pypi.org/simple/
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup conda env
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ${{ env.CONDA_LOCK_ENV_FILE }}
environment-name: linter_env
Expand Down
Loading

0 comments on commit 43e529a

Please sign in to comment.