Skip to content

Commit

Permalink
[cicd] add temporary print messages
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jul 3, 2024
1 parent 45b7ac0 commit 34c7b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install package
run: |
echo $(pwd)
echo $(which pip)
pip install .
- name: Test with pytest
shell: bash -el {0}
Expand Down

0 comments on commit 34c7b4d

Please sign in to comment.