Skip to content

Commit f9d9973

Browse files
committed
chore(gh-actions): fix setup-python warning
fix this warning: ``` Warning: Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. Warning: .python-version doesn't exist. Warning: The `python-version` input is not set. The version of Python currently in `PATH` will be used. ```
1 parent bef3aa0 commit f9d9973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pandora_ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
fetch-depth: 0
5959

6060
- uses: actions/setup-python@v5
61+
with:
62+
python-version: '3.13'
6163

6264
- name: Install build
6365
run: python -m pip install build

0 commit comments

Comments
 (0)