Skip to content

Commit

Permalink
[cicd] conda build: do not set path to proj_data
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jul 3, 2024
1 parent 0b87a0d commit 8c4817a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
miniconda-version: "latest"
python-version: '3.10'
environment-file: environment.yml
- name: Set paths and variables
run: |
echo "PROJ_DATA=$CONDA/share/proj" >> $GITHUB_ENV
- name: Lint with flake8
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 8c4817a

Please sign in to comment.