Skip to content

DEV: add Pixi task descriptions #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 15, 2025
Merged

Conversation

j-bowhay
Copy link
Contributor

closes #197

I thought I should get with the times and learn pixi!

➜  array-api-extra git:(gh-197) pixi task list
Tasks that can run on this machine:
-----------------------------------
clean-vendor-compat, clean-vendor-extra, copy-vendor-compat, copy-vendor-extra, coverage, docs, ipython, lint, mypy, open-coverage, open-docs, pre-commit, pre-commit-install, pylint, pyright, tests, tests-ci, tests-cov, tests-vendor

 - clean-vendor-compat Delete the existing vendored version of array-api-compat
 - clean-vendor-extra Delete the existing vendored version of array-api-extra
 - copy-vendor-compat Vendor a clean copy of array-api-compat
 - copy-vendor-extra Vendor a clean copy of array-api-extra
 - coverage        Generate test coverage html report
 - docs            Build docs
 - ipython         Launch ipython
 - lint            Run pre-commit, pylint, mypy, and pyright
 - mypy            Type check with mypy
 - open-coverage   Open test coverage report
 - open-docs       Open the generated docs
 - pre-commit      Run pre-commit
 - pre-commit-install Install pre-commit
 - pylint          Lint using pylint
 - pyright         Type check with basedpyright
 - tests           Run tests
 - tests-ci        Run tests with coverage and vendor tests
 - tests-cov       Run tests with coverage
 - tests-vendor    Check that array-api-extra and array-api-compat can be vendored together

@lucascolley lucascolley self-requested a review April 13, 2025 21:50
@lucascolley lucascolley added the DX label Apr 14, 2025
@lucascolley lucascolley added this to the 0.7.2 milestone Apr 14, 2025
Copy link
Member

@lucascolley lucascolley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks Jake, LGTM! Great to see more people gravitating to Pixi :)

@lucascolley lucascolley merged commit f24a4d5 into data-apis:main Apr 15, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DEV: add Pixi task descriptions
2 participants