Skip to content

Commit

Permalink
fix tablite import
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2024
1 parent 7d35ebb commit a1c3eb5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand All @@ -57,6 +67,7 @@ jobs:
uses: allenevans/[email protected]
with:
USE_NIMPORTER: 'false'
PYTHONPATH: '.:tablite'
- name: Configure Git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit a1c3eb5

Please sign in to comment.