We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193b610 commit a1f82d7Copy full SHA for a1f82d7
.github/workflows/python-app.yml
@@ -13,14 +13,14 @@ jobs:
13
- name: Checkout repository
14
uses: actions/checkout@v4
15
16
- - name: Set up Python ${{ matrix.python-version }}
17
- # uses: actions/setup-python@v4
18
- uses: priyagupta108/setup-python@test-pr-973
19
- with:
20
- python-version: ${{ matrix.python-version }}
+ # - name: Set up Python ${{ matrix.python-version }}
+ # # uses: actions/setup-python@v4
+ # uses: priyagupta108/setup-python@test-pr-973
+ # with:
+ # python-version: ${{ matrix.python-version }}
21
22
- # - name: Install uv
23
- # uses: astral-sh/setup-uv@v5
+ - name: Install uv
+ uses: astral-sh/setup-uv@v5
24
25
26
0 commit comments