Skip to content

Commit

Permalink
[cicd] conda build update
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jul 3, 2024
1 parent 7a17c2a commit 45b7ac0
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 @@ -12,11 +12,11 @@ jobs:
miniconda-version: "latest"
python-version: '3.10'
environment-file: environment.yml
shell: bash -el {0}
- name: Set paths and variables
run: |
echo "PROJ_DATA=$CONDA/share/proj" >> $GITHUB_ENV
- name: Lint with flake8
shell: bash -el {0}
run: |
conda install flake8
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -27,6 +27,7 @@ jobs:
run: |
pip install .
- name: Test with pytest
shell: bash -el {0}
run: |
conda install pytest coverage
coverage run -m pytest
Expand Down

0 comments on commit 45b7ac0

Please sign in to comment.