Skip to content

Commit b1fab8a

Browse files
committed
Only use one Python version in scrapy-unreleased.
1 parent 5f1f1b3 commit b1fab8a

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/scrapy-unreleased.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,17 @@ jobs:
1414
if: contains(github.event.pull_request.labels.*.name, 'test-scrapy-unreleased')
1515
runs-on: ubuntu-22.04
1616
timeout-minutes: 20
17-
strategy:
18-
fail-fast: false
19-
matrix:
20-
python-version: ["3.10", "3.11", "3.12", "3.13"]
2117

2218
steps:
2319
- uses: actions/checkout@v6
2420

25-
- name: Set up Python ${{ matrix.python-version }}
21+
- name: Set up Python
2622
uses: actions/setup-python@v6
2723
with:
28-
python-version: ${{ matrix.python-version }}
24+
python-version: 3.13
2925

3026
- name: Set up node
31-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
3228
with:
3329
node-version: 18
3430

0 commit comments

Comments
 (0)