summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests-macos.yml
blob: 47322096be6603eb31db0fddf8e4834ee949894d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Run tests on macos

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]


jobs:
  tests:
    uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.1.2
    with:
      python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]'
      os: macos-latest
      pipenv: true
      pipenv-install-options: --skip-lock