Improve error message

This commit is contained in:
“gowridurgad” 2025-09-17 11:59:15 +05:30
parent 9bfc313c8c
commit cb37554d28
6 changed files with 10 additions and 10 deletions

View file

@ -681,9 +681,9 @@ The `pip-install` input allows you to install dependencies as part of the Python
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.13'
pip-install: -r requirements.txt