Skip to content

Commit

Permalink
Debug bot
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jun 19, 2024
1 parent 4aeda50 commit 602fb6c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/update_galata_references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@main
with:
environment-file: test-environment.yml
channels: conda-forge
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install
run: pip install .
run: pip install jupyterlab==4 .

- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 602fb6c

Please sign in to comment.