Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Mar 18, 2023
1 parent 55940f1 commit 55f6615
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions recipes/cocotb/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ source:
sha256: 959892eb94bd0b3ff40e0fca51d33a3936416deb853e2bac4f7f766b40002650

build:
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . -vvv --no-build-isolation
number: 0
skip: true # [win]
entry_points:
- cocotb-config = cocotb.config:main
run_exports:
- {{ pin_subpackage('cocotb', max_pin='x') }}

requirements:
build:
Expand All @@ -25,6 +23,7 @@ requirements:
host:
- python
- pip
- setuptools
run:
- python
- find-libpython
Expand Down Expand Up @@ -58,4 +57,4 @@ about:
extra:
recipe-maintainers:
- tianrui-wei
- timkpaine
- timkpaine

0 comments on commit 55f6615

Please sign in to comment.