Skip to content

Commit

Permalink
Fix update-snapshots github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Nov 7, 2024
1 parent 40a4db2 commit 8ab5827
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ jobs:
jlpm
python -m pip install .
- name: Micromamba needed for cockle_wasm_env
uses: mamba-org/setup-micromamba@main

- name: Install dependencies
working-directory: ui-tests
run: |
jlpm install
jlpm build
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8ab5827

Please sign in to comment.