Skip to content

Commit

Permalink
CI: install gdal with mamba-org/setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jul 5, 2024
1 parent db49da2 commit f51e100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}
pip
gdal>=3.3
- name: install dependencies
run: pip install pdm nox
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test(session):
command = "pdm sync --clean --prod -G test --no-self"
session.run_install(*command.split(), external=True)

session.conda_install("gdal>=3.3", channel=["conda-forge"])
# session.conda_install("gdal>=3.3", channel=["conda-forge"])
session.install(".", "--no-deps", external=True)

session.run(
Expand Down

0 comments on commit f51e100

Please sign in to comment.