Skip to content

Commit

Permalink
bump pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Dec 21, 2024
1 parent e7d4388 commit 1af785f
Show file tree
Hide file tree
Showing 6 changed files with 1,110 additions and 157 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ concurrency:
env:
PYTHONUNBUFFERED: 1
PIP_DISABLE_PIP_VERSION_CHECK: 1
CACHE_EPOCH: 6
URLJSF_PIXI_VERSION: 0.39.2
CACHE_EPOCH: 7
URLJSF_PIXI_VERSION: 0.39.3

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
env:
PYTHONUNBUFFERED: '1'
PIP_DISABLE_PIP_VERSION_CHECK: '1'
URLJSF_PIXI_VERSION: 0.39.2
URLJSF_PIXI_VERSION: 0.39.3

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
# `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.39.2
- mamba install -c conda-forge -c nodefaults pixi==0.39.3
- pixi r build-yarn
- pixi r build
- pixi r dist-npm
Expand Down
2 changes: 1 addition & 1 deletion docs/demos.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"https://raw.githubusercontent.com/spdx/license-list-data/refs/heads/main/"
f"json/{LICENSES.name}"
),
REAL_PIXI_SCHEMA: ("https://pixi.sh/v0.39.2/schema/manifest/schema.json",),
REAL_PIXI_SCHEMA: ("https://pixi.sh/v0.39.3/schema/manifest/schema.json",),
}

FALLBACKS: dict[Path, dict[str, Any]] = {
Expand Down
Loading

0 comments on commit 1af785f

Please sign in to comment.