Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Isolated pytest #6229

Merged
merged 16 commits into from
Aug 4, 2023
Prev Previous commit
Next Next commit
add kernel
  • Loading branch information
NoureldinYosri committed Aug 3, 2023
commit 597f9d2829059c3bbf8d95df0fcc4958513a93fe
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ jobs:
- name: Install dependencies
run: pip install -r dev_tools/requirements/isolated-base.env.txt
- name: List kernels
run: jupyter kernelspec list
run: python -m jupyter kernelspec list
- name: Create python3 kernel
run: python -m ipython kernel install --name "python3" --user
- name: Test each module in isolation
run: pytest -n auto -m slow dev_tools/packaging/isolated_packages_test.py
pytest:
Expand Down