Skip to content

Commit 5bd5ea5

Browse files
committed
BUG: fix structure syntax
1 parent 6769b79 commit 5bd5ea5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
os: ubuntu-latest
4242

4343
steps:
44-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
45-
- name: Set up Python ${{ matrix.python-version }}
46-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
47-
with:
48-
python-version: ${{ matrix.python-version }}
44+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
45+
- name: Set up Python ${{ matrix.python-version }}
46+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
47+
with:
48+
python-version: ${{ matrix.python-version }}
4949

50-
- name: Install dependencies
51-
run: python -m pip install --upgrade tox
50+
- name: Install dependencies
51+
run: python -m pip install --upgrade tox
5252

53-
- name: Test with tox
54-
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
53+
- name: Test with tox
54+
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
5555

5656

5757
gha_buildhtml:

0 commit comments

Comments
 (0)