Skip to content

Commit abcef5f

Browse files
authored
Update PR1128.yml
1 parent 8aa7ebc commit abcef5f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/PR1128.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,20 @@ on:
33
workflow_dispatch:
44
jobs:
55
build:
6-
runs-on: ${{ matrix.os }}
7-
strategy:
8-
fail-fast: false
9-
matrix:
10-
os: [windows-latest, ubuntu-latest, macos-latest, macos-13]
6+
runs-on: ubuntu-latest
7+
# strategy:
8+
# fail-fast: false
9+
# matrix:
10+
# os: [windows-latest, ubuntu-latest, macos-latest, macos-13]
1111

1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515
- name: Set up python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.13'
19-
cache: 'pip'
20-
cache-dependency-path: 'temp/requirements.txt'
21-
- run: pip install -r temp/requirements.txt
18+
python-version: '3.X'
19+
2220

2321

2422

0 commit comments

Comments
 (0)