Skip to content

Commit

Permalink
Fix imports tests syntax (#471)
Browse files Browse the repository at this point in the history
Fix imports tests syntax

Authors:
  - Jordan Jacobelli (https://github.com/Ethyling)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #471
  • Loading branch information
jjacobelli authored Dec 20, 2021
1 parent ae17e55 commit 55280e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/recipes/cuspatial/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ requirements:
- gdal >=3.3.0,<3.4.0a0
- geopandas >=0.9.0,<0.10.0a0

test: # [linux64]
commands: # [linux64]
- python -c "import cuspatial" # [linux64]
test: # [linux64]
imports: # [linux64]
- cuspatial # [linux64]

about:
home: http://rapids.ai/
Expand Down

0 comments on commit 55280e3

Please sign in to comment.