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 9dc19d3 commit 11b7f69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
run: |
conda install pytest coverage
coverage run -m pytest
- name: list directory content
shell: bash -el {0}
run: |
ls -lha
- name: Publish to coveralls.io
uses: coverallsapp/[email protected]
with:
Expand Down

0 comments on commit 11b7f69

Please sign in to comment.