Skip to content

[pre-commit.ci] pre-commit autoupdate #64

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #64

Workflow file for this run

---
name: continuous-integration
on: [push, pull_request]
jobs:
test_generate_json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r ./.make_ghpages/requirements.txt
- name: Collect all setup info of computers/codes into a single JSON file.
run: |-
python "${GITHUB_WORKSPACE}/.make_ghpages/generate_json.py"