X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.github%2Fworkflows%2Frun-tests.yaml;h=b8b8ea38a3373510f5bc142a72e2c7c1a37bbd2b;hb=e6cdf38ffda522ea238f566462ae8d357f65be14;hp=2c9489e4d554542ffb5ced181488648d45a58fb9;hpb=1fb51c641e62f5d53a2d46ba9b98f5c3abd1de78;p=m_librarian.git diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 2c9489e..b8b8ea3 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -6,7 +6,6 @@ jobs: run-tests: strategy: - fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] @@ -28,11 +27,11 @@ jobs: # Setup Python/pip - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ matrix.pip-cache-path }} key: ${{ runner.os }}-pip