Skip to content

Commit e747340

Browse files
Update python-app.yml
1 parent b3479b0 commit e747340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
matrix:
1010
python-version: ['3.13', '3.12', '3.9', '3.10', '3.11']
1111
steps:
12-
- name: Checkout repository
13-
uses: actions/checkout@v4
12+
# - name: Checkout repository
13+
# uses: actions/checkout@v4
1414

1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)