fix numpydoc_dectorator to unreleased commit, for compat w/ newer fea… #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push, pull_request] | |
jobs: | |
tests: | |
uses: ./.github/workflows/tests.yaml | |
lint: | |
uses: ./.github/workflows/lint.yaml | |
format: | |
uses: ./.github/workflows/format.yaml |