Skip to content

Commit

Permalink
GHA: include reverse dependency testing
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Nov 10, 2023
1 parent 44204b5 commit 450cda7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/reverse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Test reverse dependencies
on:
pull_request:
workflow_dispatch:
jobs:
reverse_dependencies:
name: Reverse dependency testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: scientific-python/reverse-dependency-testing@main
with:
package_name: libpysal
ignore: >-
fine
tigernet
cenpy
autoesda
include: mapclassify
install: >-
setuptools-scm
fail_on_failure: false

0 comments on commit 450cda7

Please sign in to comment.