Skip to content

[CI] add github workflow to test a basic install on cpu #1

[CI] add github workflow to test a basic install on cpu

[CI] add github workflow to test a basic install on cpu #1

name: publish documentation
on: [push, pull_request]
jobs:
docs_to_gh-pages:
runs-on: ubuntu-latest
name: publish documentation
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: install dependencies pip
run: |
python3 -m pip install -U pip
bash scripts/install.sh --cpu