Skip to content

Commit

Permalink
Correct location of ignore_run_exports
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Oct 12, 2023
1 parent 39f7deb commit ba4ec88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions continuous_integration/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ build:
- dask-sql = dask_sql.cmd:main
string: py{{ python | replace(".", "") }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
script: RUST_BACKTRACE=full {{ PYTHON }} -m pip install . --no-deps -vv
ignore_run_exports:
- libprotobuf

requirements:
build:
Expand Down Expand Up @@ -48,9 +50,6 @@ requirements:
- pygments >=2.7.1
- tabulate

ignore_run_exports:
- libprotobuf

test:
imports:
- dask_sql
Expand Down

0 comments on commit ba4ec88

Please sign in to comment.