Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source:
sha256: 81ad0e01b31ae2054e22b72535b686f1a63d170d865b6bb809d0977b760fbcb8

build:
number: 0
number: 1
noarch: python
dynamic_linking:
binary_relocation: ${{ false if noarch_platform == "osx" else true }}
Expand Down Expand Up @@ -63,6 +63,7 @@ tests:
- python ${{ python_min }}.*
script:
- python run_test.py
- chromedriver --version

about:
homepage: https://github.com/danielkaiser/python-chromedriver-binary
Expand Down
Loading