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

0 comments on commit 84bc136

Please sign in to comment.