Skip to content

Commit 826f125

Browse files
Update yarn locks (#380)
* Update yarn locks * Update CI * Use prefix dev * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 43cbf4f commit 826f125

File tree

10 files changed

+4589
-3061
lines changed

10 files changed

+4589
-3061
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
python-version: ['3.10']
23+
python-version: ['3.14']
2424

2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4
2828

2929
- name: Install Conda environment with Micromamba
30-
uses: mamba-org/setup-micromamba@v1
30+
uses: mamba-org/setup-micromamba@v2
3131
with:
3232
environment-name: ipycanvas-dev
3333
environment-file: dev-environment.yml
34-
channels: conda-forge
3534
create-args: >-
3635
python=${{ matrix.python-version }}
3736
@@ -49,11 +48,10 @@ jobs:
4948
uses: actions/checkout@v4
5049

5150
- name: Install Conda environment with Micromamba
52-
uses: mamba-org/setup-micromamba@v1
51+
uses: mamba-org/setup-micromamba@v2
5352
with:
5453
environment-name: ipycanvas-dev
5554
environment-file: dev-environment.yml
56-
channels: conda-forge
5755
create-args: >-
5856
python=${{ matrix.python-version }}
5957
@@ -89,11 +87,10 @@ jobs:
8987
uses: actions/checkout@v4
9088

9189
- name: Install Conda environment with Micromamba
92-
uses: mamba-org/setup-micromamba@v1
90+
uses: mamba-org/setup-micromamba@v2
9391
with:
9492
environment-name: ipycanvas-dev
9593
environment-file: dev-environment.yml
96-
channels: conda-forge
9794
create-args: >-
9895
python=${{ matrix.python-version }}
9996

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Install Conda environment with Micromamba
20-
uses: mamba-org/setup-micromamba@v1
20+
uses: mamba-org/setup-micromamba@v2
2121
with:
2222
environment-name: cad
2323
create-args: >-

.github/workflows/update_galata_references.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ jobs:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Install Conda environment with Micromamba
44-
uses: mamba-org/setup-micromamba@v1
44+
uses: mamba-org/setup-micromamba@v2
4545
with:
4646
environment-name: ipycanvas-dev
4747
environment-file: dev-environment.yml
48-
channels: conda-forge
4948
create-args: >-
5049
python=${{ matrix.python-version }}
5150

dev-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ipycanvas-dev
22
channels:
3-
- conda-forge
3+
- https://prefix.dev/conda-forge
44
dependencies:
55
- pip
66
- python-build
147 Bytes
Loading
-2.29 KB
Loading
-40 Bytes
Loading
-56 Bytes
Loading

0 commit comments

Comments
 (0)