Skip to content

Commit 4218864

Browse files
author
Alex Hadley
committed
Fix ParamView version in GitHub pages workflow
1 parent 3e9b655 commit 4218864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: workflow_dispatch
55
env:
66
PYTHON_VERSION: "3.10"
77
POETRY_VERSION: "1.4.2"
8-
PARAMVIEW_VERSION: "0.5.0"
8+
PARAMVIEW_VERSION: "0.1.0"
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)