File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - uses : psf/black@stable
22+ - uses : isort/isort-action@v1
2223 lint :
2324 name : Lint with ruff
2425 runs-on : ubuntu-latest
@@ -127,4 +128,3 @@ jobs:
127128 with :
128129 # remove repository key to set the default to pypi (not test.pypi.org)
129130 repository-url : https://test.pypi.org/legacy/
130-
Original file line number Diff line number Diff line change 4949html_js_files = [
5050 "https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"
5151]
52+ os .environ ["PLOTLY_RENDERER" ] = "notebook" # compatibility with plotly6
5253
5354# https://myst-nb.readthedocs.io/en/latest/configuration.html
5455# Execution
Original file line number Diff line number Diff line change 1- from python_package import hello_world , saved_world
21import pytest
32
3+ from python_package import hello_world , saved_world
4+
45
56def test_hello_world_3times ():
67 expected = "hello world hello world hello world"
You can’t perform that action at this time.
0 commit comments