new computational graph chapter (#419)

* new computational graph chapter

* Update main.yml

* Update main.yml

---------

Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>
This commit is contained in:
Jiarong Han
2023-02-16 19:03:17 +08:00
committed by GitHub
parent 15ccf2fecf
commit 0c0bff1b83
20 changed files with 215 additions and 125 deletions

View File

@@ -12,6 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: s-weigand/setup-conda@v1
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: '3.8'
- run: conda config --append channels conda-forge
- run: python3 -m pip install -r requirements.txt
- run: conda install -y pandoc==2.17