From f7bdd7357243bdb794ae44b8cfa0450016c0047f Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 19 Oct 2020 14:56:18 +1100 Subject: [PATCH 1/2] disable cache --- .github/workflows/preview.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 6b9caef..3e18746 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -31,13 +31,13 @@ jobs: # - name: Get current date # id: date # run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - - name: Check Sphinx Cache - id: cache - uses: actions/cache@v1 - with: - path: _build - key: cache-sphinx - # key: cache-sphinx-${{ steps.date.outputs.date }} + # - name: Check Sphinx Cache + # id: cache + # uses: actions/cache@v1 + # with: + # path: _build + # key: cache-sphinx + # # key: cache-sphinx-${{ steps.date.outputs.date }} - name: Build website files shell: bash -l {0} run: | From 905dcf08d3321b22bc8323f7ce0bfed88e439c31 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 19 Oct 2020 19:21:27 +1100 Subject: [PATCH 2/2] simplified env --- environment.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/environment.yml b/environment.yml index d200fb2..27bea0d 100644 --- a/environment.yml +++ b/environment.yml @@ -4,19 +4,8 @@ channels: - conda-forge dependencies: - pip - - python - - jupyter - - jupyterlab - - nbconvert - - pandoc - - pandas - - numba - - numpy - - matplotlib - - networkx - - sphinx=2.4.4 - - interpolation - - seaborn + - python=3.8 + - anaconda=2020.07 - pip: - sphinxcontrib-jupyter - sphinxcontrib-bibtex