Skip to content

Add (now mandatory) .readthedocs.yaml file, add docs extras and upd… #345

Add (now mandatory) .readthedocs.yaml file, add docs extras and upd…

Add (now mandatory) .readthedocs.yaml file, add docs extras and upd… #345

Workflow file for this run

name: Continuous Integration with OSX
on: [push, pull_request]
jobs:
tests:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.x
uses: actions/setup-python@v1
with:
python-version: 3.x
- name: Install dependencies
run: |
source ci/ci_osx.sh
dependencies
- name: Tests
run: |
source ci/ci_osx.sh
tests