Skip to content

Commit

Permalink
Test pinned scrapy on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed Mar 12, 2022
1 parent a9b1e2c commit 817054d
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,24 @@ jobs:
- name: Upload coverage report
run: bash <(curl -s https://codecov.io/bash)

tests-other-os:
name: "Test: py3.8, ${{ matrix.os }}"
tests-other:
name: "Test: py3, ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
strategy:
matrix:
os: [macos-latest, windows-latest]
include:
- python-version: 3
os: ubuntu-latest
env:
TOXENV: py38-scrapy22
- python-version: 3
os: macos-latest
env:
TOXENV: py
- python-version: 3
os: windows-latest
env:
TOXENV: py

steps:
- uses: actions/checkout@v2
Expand All @@ -46,4 +58,5 @@ jobs:
run: pip install tox

- name: Run tests
env: ${{ matrix.env }}
run: tox -e py

0 comments on commit 817054d

Please sign in to comment.