Skip to content

Commit

Permalink
Removing special pika handling from PR action
Browse files Browse the repository at this point in the history
  • Loading branch information
hazmat345 committed Jun 11, 2021
1 parent 15bd446 commit 0d32a52
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,9 @@ jobs:
fail-fast: false
matrix:
python-version: [ '2.7', '3.6', '3.7', '3.8', '3.9']
pika-version: ['0.13.1', '1.1.0']
# Can't use ubuntu-latest until Python 3.4 has Ubuntu 20.X install options in setup-python@v2
os: ['ubuntu-18.04']
exclude:
- python-version: '3.7'
pika-version: '0.13.1'
- python-version: '3.6'
pika-version: '0.13.1'
name: PyTests OS ${{ matrix.os }} - Python ${{ matrix.python-version }} - PIKA ${{ matrix.pika-version }}
name: PyTests OS ${{ matrix.os }} - Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2

Expand All @@ -67,9 +61,6 @@ jobs:
- name: Make Deps
run: make deps

- name: Install PIKA
run: pip install pika==${{ matrix.pika-version }}

- name: Run Tests
run: make test

Expand Down

0 comments on commit 0d32a52

Please sign in to comment.