ci: workflow for caching of binder build added.

This commit is contained in:
Fabian Joswig 2022-05-22 12:02:33 +01:00
parent 9666011781
commit f62581ba69
2 changed files with 18 additions and 3 deletions

View file

@ -13,15 +13,15 @@ jobs:
pytest:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
include:
- os: macos-latest
python-version: 3.9
python-version: 3.9
- os: windows-latest
python-version: 3.9
python-version: 3.9
steps:
- name: Checkout source