Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Nov 20, 2023
1 parent 0b36f68 commit 993365a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/warp-lang/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('cuda') }}
- {{ compiler('cuda') }} # [cuda_compiler_version not in (undefined, 'None')]
host:
- python
- pip
Expand All @@ -32,13 +32,14 @@ requirements:
- ninja
- numpy
run:
- cuda-version >=11.5
- python
- numpy

test:
commands:
- pip check
- pytest -v --pyargs warp
- {{ PYTHON }} -m warp.test # [cuda_compiler_version not in (undefined, 'None')]
requires:
- pip
- pytest
Expand Down

0 comments on commit 993365a

Please sign in to comment.