summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests-macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/tests-macos.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml
deleted file mode 100644
index 4732209..0000000
--- a/.github/workflows/tests-macos.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-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