X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/76268ab0c9b4e4d030b2d16272bfbdcad5172aad..3b2a7d196bc1984aed194cca26a7900968ce4409:/.github/workflows/primer.yml diff --git a/.github/workflows/primer.yml b/.github/workflows/primer.yml index 4c5751a..5fa6ac0 100644 --- a/.github/workflows/primer.yml +++ b/.github/workflows/primer.yml @@ -1,6 +1,15 @@ name: Primer -on: [push, pull_request] +on: + push: + paths-ignore: + - "docs/**" + - "*.md" + + pull_request: + paths-ignore: + - "docs/**" + - "*.md" jobs: build: @@ -15,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] os: [ubuntu-latest, windows-latest] steps: @@ -29,7 +38,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install -e ".[d]" + python -m pip install -e ".[d,jupyter]" - name: Primer run env: