Skip to content

Commit

Permalink
Adding Back excludes to save cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Dec 7, 2020
1 parent c7692e7 commit 20fd7b2
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ jobs:
python-version: [ '2.7', '3.4', '3.5', '3.6', '3.7', '3.8']
pika-version: ['0.13.1', '1.1.0']
os: ['ubuntu-latest']
# exclude:
# - python-version: '3.9'
# pika-version: '0.13.1'
# - python-version: '3.7'
# pika-version: '0.13.1'
# - python-version: '3.6'
# pika-version: '0.13.1'
# - python-version: '3.5'
# pika-version: '0.13.1'
# - python-version: '3.4'
# pika-version: '0.13.1'
exclude:
- python-version: '3.7'
pika-version: '0.13.1'
- python-version: '3.6'
pika-version: '0.13.1'
- python-version: '3.5'
pika-version: '0.13.1'
- python-version: '3.4'
pika-version: '0.13.1'
name: PyTests OS ${{ matrix.os }} - Python ${{ matrix.python-version }} - PIKA ${{ matrix.pika-version }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 20fd7b2

Please sign in to comment.