Skip to content

Commit

Permalink
Constrain pip for pip check
Browse files Browse the repository at this point in the history
We may need to do this until pypa/pip#12884 is fixed
  • Loading branch information
xylar authored Aug 6, 2024
1 parent a56e489 commit f6062bd
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ outputs:

test:
requires:
- pip
# until https://github.com/pypa/pip/issues/12884 is fixed
- pip <24.2
- pytest
files:
- test.py
Expand Down Expand Up @@ -171,7 +172,8 @@ outputs:
commands:
- pip check
requires:
- pip
# until https://github.com/pypa/pip/issues/12884 is fixed
- pip <24.2

# - name: {{ name }}-with-interactive
# requirements:
Expand Down Expand Up @@ -215,7 +217,8 @@ outputs:
commands:
- pip check
requires:
- pip
# until https://github.com/pypa/pip/issues/12884 is fixed
- pip <24.2

- name: {{ name }}-with-azure
build:
Expand All @@ -238,7 +241,8 @@ outputs:
commands:
- pip check
requires:
- pip
# until https://github.com/pypa/pip/issues/12884 is fixed
- pip <24.2

- name: {{ name }}-with-dataframe
build:
Expand All @@ -259,7 +263,8 @@ outputs:
commands:
- pip check
requires:
- pip
# until https://github.com/pypa/pip/issues/12884 is fixed
- pip <24.2

- name: {{ name }}-with-dask
build:
Expand Down Expand Up @@ -306,7 +311,8 @@ outputs:
commands:
- pip check
requires:
- pip
# until https://github.com/pypa/pip/issues/12884 is fixed
- pip <24.2


about:
Expand Down

0 comments on commit f6062bd

Please sign in to comment.