Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Apr 12, 2024
1 parent 19c7d95 commit b0781f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: startsWith(matrix.os, 'windows')
run: |
echo "$env:CONDA\condabin" | Out-File -FilePath $env:GITHUB_PATH -Append
echo "$env:CONDA\Library\bin" | Out-File -FilePath $env:GITHUB_PATH -Append
echo "$env:CONDA\Scripts" | Out-File -FilePath $env:GITHUB_PATH -Append
echo "PROJ_DATA=$env:CONDA\Library\share\proj" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Set paths and variables
if: ${{ ! startsWith(matrix.os, 'windows') }}
Expand All @@ -32,6 +32,7 @@ jobs:
run: |
conda env update --file environment.yml --name base
- name: Lint with flake8
if: startsWith(matrix.os, 'ubuntu')
run: |
conda install flake8
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit b0781f9

Please sign in to comment.