Skip to content

Commit

Permalink
Add back source distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Oct 3, 2024
1 parent a9ae3b5 commit a9352aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ docs = "cd docs && make html"
[feature.build.dependencies]
python-build = "*"
[feature.build.tasks]
build-wheel = "python -m build --no-isolation --wheel ."
build-wheel = "python -m build --no-isolation ."

[feature.test.dependencies]
pytest = ">=6"
Expand All @@ -51,9 +51,9 @@ test-coverage = "pytest --cov=ndonnx --cov-report=xml --cov-report=term-missing"
[feature.test.tasks.arrayapitests]
cmd = "pytest --max-examples 16 api-coverage-tests/array_api_tests/ -v -rfX --json-report --json-report-file=api-coverage-tests.json -n auto --disable-deadline --disable-extension linalg --skips-file=skips.txt --xfails-file=xfails.txt --hypothesis-seed=0"
[feature.test.tasks.arrayapitests.env]
ARRAY_API_TESTS_MODULE="ndonnx"
ARRAY_API_TESTS_VERSION="2023.12"
ARRAY_API_TESTS_SKIP_DTYPES="complex64,complex128"
ARRAY_API_TESTS_MODULE = "ndonnx"
ARRAY_API_TESTS_VERSION = "2023.12"
ARRAY_API_TESTS_SKIP_DTYPES = "complex64,complex128"


[feature.lint.dependencies]
Expand Down

0 comments on commit a9352aa

Please sign in to comment.