Skip to content

Commit

Permalink
Remove conda testing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Mar 13, 2024
1 parent 7dce611 commit d46ee01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
14 changes: 0 additions & 14 deletions conda/recipes/rapids_build_backend/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ build:
noarch: python
script: python -m pip install . -vv --no-deps

test:
requires:
- pip
- python >=3.9
{% for r in pyproject_data.get("project", {}).get("optional-dependencies", {}).get("test", []) %}
- {{ r }}
{% endfor %}
source_files:
- tests/
# Need the source for running tests, for whatever that's worth in a conda
# environment.
- rapids_build_backend/
- pyproject.toml

requirements:
host:
- pip
Expand Down
10 changes: 0 additions & 10 deletions conda/recipes/rapids_build_backend/run_test.sh

This file was deleted.

0 comments on commit d46ee01

Please sign in to comment.