We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d0f51 commit 3a5b7eaCopy full SHA for 3a5b7ea
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
test_lint:
20
name: Lint
21
# If using act to run CI locally the github object does not exist and the usual skipping should not be enforced
22
- if: "github.repository == 'scipy/scipy' || github.repository == ''"
+ if: "github.repository == 'numpy/numpy-financial' || github.repository == ''"
23
runs-on: ubuntu-22.04
24
strategy:
25
matrix:
0 commit comments