Skip to content

Commit

Permalink
Try looking for the requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Nov 8, 2023
1 parent f7acb6c commit 64d4dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
REPO_DIR: nipy
TEST_DEPENDS: "-r dev-requirements.txt"
TEST_DEPENDS: "-r nipy/dev-requirements.txt"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
REPO_DIR: nipy
TEST_DEPENDS: "-r dev-requirements.txt"
TEST_DEPENDS: "-r nipy/dev-requirements.txt"

jobs:
build:
Expand Down

0 comments on commit 64d4dd4

Please sign in to comment.