Skip to content

Commit

Permalink
forgot to edit second case
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Feb 19, 2025
1 parent 4c74bd4 commit 1120947
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/tests/reticulate/reticulate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ test.describe('Reticulate', {

await app.workbench.interpreter.selectInterpreter('Python', 'Python (reticulate)', !sequential);

await app.workbench.popups.installIPyKernel();

await verifyReticulateFunctionality(app, interpreter, sequential);

await app.workbench.layouts.enterLayout('stacked');
Expand Down

0 comments on commit 1120947

Please sign in to comment.