Skip to content

Commit

Permalink
Enable pixi in this repository
Browse files Browse the repository at this point in the history
Set up different pixi environments based on the optional dependencies.
  • Loading branch information
deltamarnix committed Oct 7, 2024
1 parent 83602f6 commit 1d4dd10
Show file tree
Hide file tree
Showing 5 changed files with 2,661 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# GitHub syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ venv/
.DS_Store
.ruff_cache
*.egg-info
**/__pycache__/
**/__pycache__/

# pixi environments
.pixi
*.egg-info
1 change: 1 addition & 0 deletions open-vscode.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pixi run -e test code . | exit
Loading

0 comments on commit 1d4dd10

Please sign in to comment.