Skip to content

✨ Add Quantum Mobile instructions #796

✨ Add Quantum Mobile instructions

✨ Add Quantum Mobile instructions #796

Workflow file for this run

name: continuous-integration
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: pre-commit/action@v2.0.0
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install python dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: "Build HTML docs"
run: |
make -C docs html linkcheck
env:
SPHINXOPTS: -nW --keep-going