We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6fce5 commit 42b462dCopy full SHA for 42b462d
.github/workflows/python-app.yml
@@ -18,7 +18,8 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Set up Python ${{ matrix.python-version }}
21
- uses: actions/setup-python@v5
+ # uses: actions/setup-python@v5
22
+ uses: priyagupta108/setup-python@issue-1034
23
with:
24
python-version: ${{ matrix.python-version }}
25
cache: 'pip'
0 commit comments