Skip to content

Commit

Permalink
Testing numpydev
Browse files Browse the repository at this point in the history
	modified:   .github/dependabot.yml
	modified:   tox.ini
  • Loading branch information
tbowers7 committed Nov 18, 2024
1 parent b4b957c commit 6f05edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: ".github/workflows" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
groups:
actions:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ deps =
numpy200: numpy==2.0.*
numpy201: numpy==2.1.*

numpydev: numpy>=0.0.dev0
numpydev: git+https://github.com/numpy/numpy.git#egg=numpy
astropydev: git+https://github.com/astropy/astropy.git#egg=astropy

# The following indicates which extras_require from setup.cfg will be installed
Expand Down

0 comments on commit 6f05edc

Please sign in to comment.