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 3a090d5 commit abfc90f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: conda build

on: ["push", "pull_request"]
on: [ "push"]

jobs:
linux:
Expand Down Expand Up @@ -33,8 +33,7 @@ jobs:
shell: bash -el {0}
run: |
ls -lha
cat .coverage
- name: Publish to coveralls.io
uses: coverallsapp/[email protected]
with:
github-token: ${{ github.token }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit abfc90f

Please sign in to comment.