Skip to content

Commit

Permalink
back to step env
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Dec 12, 2023
1 parent e7efee0 commit 427240c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_conda.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Conda CI
on: [pull_request, push]

env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

jobs:
run-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,6 +34,8 @@ jobs:
- name: Upload to codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
with:
files: ./coverage.xml
verbose: true

0 comments on commit 427240c

Please sign in to comment.