-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: automatically create Pixi environment (#374)
* DX: avoid installing `sphinx-autobuild` v2024.4 * DX: highlight `pixi.lock` as YAML file * DX: ignore `.gitattributes` with cSpell * ENH: check if pixi.lock is linguist YAML * ENH: ensure that `.pixi/` is listed under `.gitignore` * ENH: execute `direnv` check after `pixi` update * ENH: import environment variables * ENH: import environment variables from Conda * ENH: include default arguments for `posargs` * ENH: pack strings in single quotation marks in `tox.ini` * ENH: run `cpsell` check at end of `check-dev-files` * ENH: switch to post-release version scheme This avoids git clutter in the editable package version * FEAT: define combined local CI job for Pixi * FIX: specify Pixi environment name in `.envrc` * MAINT: remove redundant quotation marks in `environment.yml`
- Loading branch information
Showing
14 changed files
with
611 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pixi.lock linguist-language=YAML linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,10 @@ prof/ | |
|
||
# Virtual environments | ||
*venv/ | ||
.pixi/ | ||
.tox/ | ||
pyvenv*/ | ||
pixi.lock | ||
|
||
# Settings | ||
.idea/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ dependencies: | |
- pip: | ||
- -e .[dev] | ||
variables: | ||
PRETTIER_LEGACY_CLI: "1" | ||
PRETTIER_LEGACY_CLI: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.