-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
134 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ permissions: | |
env: | ||
PYTHONUNBUFFERED: '1' | ||
PIP_DISABLE_PIP_VERSION_CHECK: '1' | ||
URLJSF_PIXI_VERSION: 0.35.0 | ||
|
||
jobs: | ||
build: | ||
|
@@ -22,13 +23,22 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.27.0 | ||
cache: true | ||
environments: build docs test test-min | ||
cache-key: job-pages | ||
pixi-version: v${{ env.URLJSF_PIXI_VERSION }} | ||
cache: false | ||
environments: | | ||
atest | ||
build | ||
docs | ||
test | ||
test-min | ||
- run: pixi run build-yarn | ||
- run: pixi run build | ||
- run: pixi run dist | ||
- run: pixi run test | ||
- run: pixi run docs | ||
- run: pixi run atest | ||
- run: pixi run report | ||
- run: cp -r build/reports/ build/docs/_static/ | ||
- uses: actions/upload-pages-artifact@v3 | ||
with: | ||
path: build/docs | ||
|
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,12 @@ | ||
version: 2 | ||
|
||
build: | ||
os: ubuntu-lts-latest | ||
tools: | ||
# `mambaforge-latest` will now start failing: we just need a working `mamba` | ||
python: mambaforge-23.11 | ||
commands: | ||
- mamba install -c conda-forge -c nodefaults pixi==0.35.0 | ||
- pixi r build | ||
- pixi r docs-sphinx | ||
- pixi r -v docs-rtd |
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.