From b5757315d218e8fbf5acf8cbb63b2e276403c8c3 Mon Sep 17 00:00:00 2001 From: Jiarong Han <73918561+hanjr92@users.noreply.github.com> Date: Mon, 6 Jun 2022 11:13:51 +0800 Subject: [PATCH] Update main.yml (#369) --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0cf7b41..ac1b365 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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