From a1c3eb56851168f3e08c21e587d1bb6c00fd9462 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Jan 2024 17:05:18 +0200 Subject: [PATCH] fix tablite import --- .github/workflows/pages.yml | 15 +++++++++++++-- mkdocs.yml | 1 - 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 27e8a508..0e8e90bc 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -21,7 +21,6 @@ jobs: environment: name: github-pages url: https://root-11.github.io/tablite/ - # url: https://Jetman80.github.io/tablite/ runs-on: ubuntu-latest strategy: matrix: @@ -46,8 +45,19 @@ jobs: python-version: ${{ matrix.python-version }} architecture: x64 cache: pip - cache-dependency-path: requirements_mkdocs.txt + cache-dependency-path: | + requirements.txt + requirements_mkdocs.txt + - name: Install Nim Lang + uses: jiro4989/setup-nim-action@v1 + with: + nim-version: "2.0.0" + - name: Nimble Install dependencies + run: | + nimble -y refresh + nimble -y install nimpy argparse - name: Install PIPs + run: python -m pip install -r requirements.txt run: python -m pip install -r requirements_mkdocs.txt - name: Show Python version and PIPs run: | @@ -57,6 +67,7 @@ jobs: uses: allenevans/set-env@v3.0.0 with: USE_NIMPORTER: 'false' + PYTHONPATH: '.:tablite' - name: Configure Git user run: | git config --local user.email "github-actions[bot]@users.noreply.github.com" diff --git a/mkdocs.yml b/mkdocs.yml index 697be386..d1d43e34 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,6 @@ site_name: Tablite site_description: Tablite Documentation site_url: https://root-11.github.io/tablite/ -# site_url: https://Jetman80.github.io/tablite/ docs_dir: . site_dir: site repo_url: https://github.com/root-11/tablite/