Skip to content

Commit 5d8a040

Browse files
committed
Fix yaml issue
1 parent 0f1d278 commit 5d8a040

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/python-package.yml .github/workflows/python-package.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false
14-
matrix:
15-
python-version: '3.x'
1614

1715
steps:
1816
- uses: actions/checkout@v4
19-
- name: Set up Python ${{ matrix.python-version }}
17+
- name: Set up Python
2018
uses: actions/setup-python@v3
2119
with:
22-
python-version: ${{ matrix.python-version }}
20+
python-version: '3.x'
2321
- name: Install dependencies
2422
run: |
2523
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)