We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8c04e commit 2da3464Copy full SHA for 2da3464
.github/workflows/python-app.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Python
16
uses: actions/setup-python@v5
17
with:
18
- python-version: '3.14.0a1'
+ python-version: '3.7.0-b2'
19
- name: Display modified PATH
20
run: echo $PATH
21
- name: Prepend custom path
0 commit comments