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:
3232 env :
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3434
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
3737 with :
38- activate- environment : ipycanvas-dev
38+ environment-name : ipycanvas-dev
3939 environment-file : dev-environment.yml
40- python-version : 3.9
41- mamba-version : " *"
42- auto-activate-base : false
4340 channels : conda-forge
41+ extra-specs : |
42+ python=${{ matrix.python-version }}
4443
4544 - name : Install the package
4645 run : pip install -vv .
4746
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
5055 with :
56+ npm_client : jlpm
5157 github_token : ${{ secrets.GITHUB_TOKEN }}
52- server_url : http-get://localhost:8888/
58+ start_server_script : ' null '
5359 test_folder : ui-tests
You can’t perform that action at this time.
0 commit comments