Skip to content

Commit b673fc9

Browse files
authored
Merge pull request #337 from martinRenou/galata_bot_lab4
Update galata bot for using Lab 4
2 parents d547c9d + feed6bc commit b673fc9

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

.github/workflows/update_galata_references.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)