Skip to content

Commit

Permalink
reduce to min/max python versions for test cases, avoid fail-fast, re…
Browse files Browse the repository at this point in the history
…move pip caching

(cherry picked from commit 91d2e60)
  • Loading branch information
Erik Steringer committed Mar 31, 2022
1 parent a11f49d commit 1d969f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
build_and_test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.10"]
steps:
- name: "Grab Code"
uses: actions/checkout@v2
Expand All @@ -29,7 +30,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'

- name: "Install PMapper"
shell: bash
Expand Down

0 comments on commit 1d969f0

Please sign in to comment.