feat: re-enable all ci (#52640)

This commit is contained in:
Naomi Carrigan
2023-12-20 07:06:20 -08:00
committed by GitHub
parent e7eb6c5956
commit 239095689c
12 changed files with 128 additions and 87 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { test, expect } from '@playwright/test';
test.beforeEach(async ({ page }) => {
await page.goto(
'/learn/scientific-computing-with-python/python-for-everybody/introduction-why-program'
'/learn/python-for-everybody/python-for-everybody/introduction-why-program'
);
});