Skip to content

Commit

Permalink
Update python-app-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarB83 authored Oct 4, 2024
1 parent 4384e2a commit f0171a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
export PYTHONPATH=/home/runner/work/ash/ash:$PYTHONPATH
conda install pytest
which python
pwd
Expand Down

0 comments on commit f0171a3

Please sign in to comment.