Skip to content

Commit

Permalink
deeper paths
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Mar 3, 2025
1 parent 209dd5b commit 7489ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/tests/interpreters/includes-excludes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test.describe('Interpreter Includes/Excludes', {

test('Python - Can Include an Interpreter', async function ({ app, python, userSettings }) {

await userSettings.set([['python.interpreters.include', '["/home/runner/scratch"]']], true);
await userSettings.set([['python.interpreters.include', '["/home/runner/scratch/python-custom/usr/bin"]']], true);

const hiddenPython = process.env.POSITRON_HIDDEN_PY;

Expand All @@ -33,7 +33,7 @@ test.describe('Interpreter Includes/Excludes', {

test('R - Can Include an Interpreter', async function ({ app, r, userSettings }) {

await userSettings.set([['positron.r.customRootFolders', '["/home/runner/scratch"]']], true);
await userSettings.set([['positron.r.customRootFolders', '["/home/runner/scratch/R-4.4.1/bin"]']], true);

const hiddenR = process.env.POSITRON_HIDDEN_R;

Expand Down

0 comments on commit 7489ed9

Please sign in to comment.