Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Dec 6, 2023
1 parent 6ddbcb0 commit 1bd1d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@main
with:
environment-file: environment-dev.yml
activate-environment: ipyleaflet-dev
mamba-version: "*"
python-version: ${{ matrix.python-version }}
channels: conda-forge

- name: Install ipyleaflet
Expand Down
3 changes: 1 addition & 2 deletions ui-tests/tests/ipyleaflet.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { IJupyterLabPageFixture, test } from '@jupyterlab/galata';
import { expect } from '@playwright/test';
import { expect, IJupyterLabPageFixture, test } from '@jupyterlab/galata';
import * as path from 'path';
const klaw = require('klaw-sync');

Expand Down

0 comments on commit 1bd1d52

Please sign in to comment.