Update main.yml (#369)

This commit is contained in:
Jiarong Han
2022-06-06 11:13:51 +08:00
committed by GitHub
parent 0fc14eb8fe
commit b5757315d2

View File

@@ -11,9 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: s-weigand/setup-conda@v1
- run: conda config --append channels conda-forge
- run: python3 -m pip install -r requirements.txt
- run: sudo apt install -y pandoc
- run: conda install -y pandoc==2.17
- run: |
git clone https://github.com/openmlsys/d2l-book.git