Skip to content

Commit 47882e0

Browse files
fix workflow yml
1 parent d25fd39 commit 47882e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/render-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919

2020
- name: Set up Python
2121
uses: actions/setup-python@v5
22-
with:
23-
python-version: '3.10'
22+
with:
23+
python-version: '3.10'
2424
- name: Install dependencies
2525
run: |
2626
pip install plotly kaleido

0 commit comments

Comments
 (0)