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 c8eb647 commit a8824a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: |
conda install pytest coverage
coverage run -m pytest
coverage report
coverage xml
- name: list directory content
shell: bash -el {0}
Expand All @@ -38,5 +37,5 @@ jobs:
- name: Publish to coveralls.io
uses: coverallsapp/[email protected]
with:
path-to-lcov: ./coverage.xml
path-to-lcov: coverage.xml
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a8824a8

Please sign in to comment.