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