Skip to content

Commit 907274f

Browse files
authored
One more whitespace fix
1 parent 5bd5ea5 commit 907274f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python ${{ matrix.python-version }}
4646
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4747
with:
48-
python-version: ${{ matrix.python-version }}
48+
python-version: ${{ matrix.python-version }}
4949

5050
- name: Install dependencies
5151
run: python -m pip install --upgrade tox

0 commit comments

Comments
 (0)