Skip to content

Commit

Permalink
remove use_local: true where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 3, 2024
1 parent 339f5ec commit dab962a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .ci_support/migrations/numpy2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __migrator:
- conda-forge
- conda-forge/label/numpy_rc,conda-forge
- conda-forge/label/numpy_rc,conda-forge/label/meson_dev,conda-forge
# need to keep this due to needing an ordering for windows that contains meson_dev
use_local: true

# needs to fully reproduce zip of {python, python_impl, numpy}
Expand Down
1 change: 0 additions & 1 deletion .ci_support/migrations/pypy38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ __migrator:
- 3.9.* *_73_pypy
paused: False
longterm: True
use_local: True
check_solvable: True
exclude_pinned_pkgs: False
pr_limit: 10
Expand Down
1 change: 0 additions & 1 deletion .ci_support/migrations/python312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ __migrator:
- cross-python
- python_abi
exclude_pinned_pkgs: false
use_local: true

python:
- 3.12.* *_cpython
Expand Down

0 comments on commit dab962a

Please sign in to comment.