Skip to content

Commit

Permalink
Merge pull request #337 from martinRenou/galata_bot_lab4
Browse files Browse the repository at this point in the history
Update galata bot for using Lab 4
  • Loading branch information
martinRenou authored Jul 13, 2023
2 parents d547c9d + feed6bc commit b673fc9
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/update_galata_references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,28 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
with:
activate-environment: ipycanvas-dev
environment-name: ipycanvas-dev
environment-file: dev-environment.yml
python-version: 3.9
mamba-version: "*"
auto-activate-base: false
channels: conda-forge
extra-specs: |
python=${{ matrix.python-version }}
- name: Install the package
run: pip install -vv .

- name: Update snapshots
uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
- name: Install dependencies
shell: bash -l {0}
working-directory: ui-tests
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: jlpm install

- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
with:
npm_client: jlpm
github_token: ${{ secrets.GITHUB_TOKEN }}
server_url: http-get://localhost:8888/
start_server_script: 'null'
test_folder: ui-tests

0 comments on commit b673fc9

Please sign in to comment.