Skip to content

Commit

Permalink
[cicd] conda build specify shell for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jul 3, 2024
1 parent b539885 commit 798567e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install package
shell: bash -el {0}
run: |
echo $(pwd)
echo $(which pip)
Expand Down

0 comments on commit 798567e

Please sign in to comment.