Skip to content

Commit

Permalink
ci: remove older versions from python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Nov 23, 2020
1 parent 2bd2bd4 commit 28454b9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,14 @@ jobs:

python-tests:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.8

- name: Install Python dependencies
run: |
Expand All @@ -141,7 +137,6 @@ jobs:
run: ./run-tests.sh --check-pytest

- name: Codecov Coverage
if: matrix.python-version == 3.8
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 28454b9

Please sign in to comment.