File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,28 @@ jobs:
32
32
env :
33
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
34
35
- - name : Setup conda
36
- uses : conda-incubator/setup-miniconda@v2
35
+ - name : Install Conda environment with Micromamba
36
+ uses : mamba-org/provision-with-micromamba@main
37
37
with :
38
- activate- environment : ipycanvas-dev
38
+ environment-name : ipycanvas-dev
39
39
environment-file : dev-environment.yml
40
- python-version : 3.9
41
- mamba-version : " *"
42
- auto-activate-base : false
43
40
channels : conda-forge
41
+ extra-specs : |
42
+ python=${{ matrix.python-version }}
44
43
45
44
- name : Install the package
46
45
run : pip install -vv .
47
46
48
- - name : Update snapshots
49
- uses : jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
47
+ - name : Install dependencies
48
+ shell : bash -l {0}
49
+ working-directory : ui-tests
50
+ env :
51
+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : 1
52
+ run : jlpm install
53
+
54
+ - uses : jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
50
55
with :
56
+ npm_client : jlpm
51
57
github_token : ${{ secrets.GITHUB_TOKEN }}
52
- server_url : http-get://localhost:8888/
58
+ start_server_script : ' null '
53
59
test_folder : ui-tests
You can’t perform that action at this time.
0 commit comments