Skip to content

Commit

Permalink
Correcting how we add the conda-forge channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Aug 28, 2023
1 parent 0af257c commit 1bac655
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
with:
# Grab requirements from pip-compatible requirements.txt
environment-file: requirements.txt
condarc: |
channels:
- conda-forge
create-args: |
python=${{ matrix.python-version }}
gdal=${{ matrix.gdal }}
Expand All @@ -74,7 +77,6 @@ jobs:
flake8
pytest
environment-name: pyenv
channels: conda-forge

- name: Lint with flake8
run: |
Expand Down

0 comments on commit 1bac655

Please sign in to comment.