Skip to content

Commit f364416

Browse files
committed
[DEVOPS-584] fix wrong input description
1 parent ef332bb commit f364416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/reusable-python-setup_conda

.github/actions/reusable-python-setup_conda/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Setup conda env
22
description: Setup conda environment for Python
33
inputs:
44
cache-number:
5-
description: 'Cache number to reset cache if pixi.lock has not changed'
5+
description: 'Cache number to reset cache if conda lock file has not changed'
66
required: true
77
type: number
88
python-version:

0 commit comments

Comments
 (0)