Skip to content

Commit

Permalink
Merge pull request #8 from yut23/patch-1
Browse files Browse the repository at this point in the history
Fix pip version number
  • Loading branch information
nsmith- authored Sep 24, 2024
2 parents 9629cf3 + 36788e5 commit 3298444
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 1
number: 2

requirements:
host:
- python >=3.8
- pip
- setuptools
- setuptools >=42
- setuptools_scm >=3.4
run:
- python >=3.8
- fsspec
Expand All @@ -29,6 +30,8 @@ test:
- fsspec_xrootd
commands:
- pip check
# make sure the version reported by pip is correct
- "pip show {{ name }} | grep -Fx 'Version: {{ version }}'"
requires:
- pip

Expand Down

0 comments on commit 3298444

Please sign in to comment.