Skip to content

Commit

Permalink
Yaml is too clever; force string
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinWiseOne committed Jun 21, 2024
1 parent c5e469e commit a9088fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Minimal/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image_name: edge-minimal-example
framework: generic
app_id: null
app_version: 1.2.0
python_version: 3.8
python_version: '3.8'
repository: quay.io/enthought
env_deps:
edm:
Expand Down
2 changes: 1 addition & 1 deletion Panel/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image_name: edge-panel-example
framework: panel
app_id: null
app_version: 1.3.0
python_version: 3.8
python_version: '3.8'
repository: quay.io/enthought
env_deps:
edm:
Expand Down
2 changes: 1 addition & 1 deletion Plotly Dash/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image_name: edge-plotly-dash-example
framework: plotly-dash
app_id: null
app_version: 1.3.0
python_version: 3.8
python_version: '3.8'
repository: quay.io/enthought
env_deps:
edm:
Expand Down
2 changes: 1 addition & 1 deletion React/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image_name: edge-react-example
framework: react
app_id: null
app_version: 1.3.0
python_version: 3.8
python_version: '3.8'
repository: quay.io/enthought
env_deps:
edm:
Expand Down
2 changes: 1 addition & 1 deletion Streamlit/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image_name: edge-streamlit-example
framework: streamlit
app_id: null
app_version: 1.3.0
python_version: 3.8
python_version: '3.8'
repository: quay.io/enthought
env_deps:
edm:
Expand Down

0 comments on commit a9088fb

Please sign in to comment.