Skip to content

Commit 1ab56ad

Browse files
Update python-app.yml
1 parent 76443d4 commit 1ab56ad

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/python-app.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,18 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: windows-latest
8-
strategy:
9-
fail-fast: false
10-
matrix:
11-
python-version: ['3.13', '3.12', '3.9', '3.10', '3.11']
7+
runs-on: self-hosted
8+
9+
1210
steps:
1311
- name: Checkout repository
1412
uses: actions/checkout@v4
1513

1614
- name: Set up Python ${{ matrix.python-version }}
1715
uses: actions/setup-python@v5
1816
with:
19-
python-version: ${{ matrix.python-version }}
20-
cache: 'pip'
21-
cache-dependency-path:
22-
requirements.txt
23-
17+
python-version: 3.13
18+
2419

2520

2621
- name: Install dependencies

0 commit comments

Comments
 (0)