Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/ruff-0.0.239
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse authored Feb 7, 2023
2 parents 135a73e + a9c98cc commit 4c647a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
uses: hmarr/[email protected]
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}

# Checkout action is required for token to persist
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL" # Use Github CLI to merge automatically the PR
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}


9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ jobs:
jupyter nbconvert --to python ./docs/tutorials/*.ipynb
for f in docs/tutorials/*.py; do ipython "$f"; done
# if it is run on ubuntu-latest, python 3.9, then create the badge
- name: Pytest coverage comment
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
id: coverage-comment
uses: MishaKav/[email protected]
with:
pytest-coverage-path: ./pytest-coverage.txt
github-token: ${{ secrets.PYTEST_COVERAGE }}

- name: Check the output coverage
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
shell: bash
Expand Down

0 comments on commit 4c647a0

Please sign in to comment.