Skip to content

Commit

Permalink
Merge pull request #8 from SantanaTiago/bump-tabulate
Browse files Browse the repository at this point in the history
Bump tabulate
  • Loading branch information
dolfim-ibm authored Sep 18, 2023
2 parents 9e415e8 + f6d8307 commit d8cb061
Show file tree
Hide file tree
Showing 5 changed files with 662 additions and 695 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
- "**"
- "!gh-pages"

env:
POETRY_VIRTUALENVS_CREATE: false

jobs:
test-build-docs:
Expand All @@ -25,4 +23,4 @@ jobs:
cache-dependency-path: 'poetry.lock'
- name: Install dependencies
run: poetry install
- run: mkdocs build --verbose --clean --strict
- run: poetry run mkdocs build --verbose --clean --strict
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- main

env:
POETRY_VIRTUALENVS_CREATE: false


jobs:
deploy:
Expand All @@ -26,4 +23,4 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Build and push docs
run: mkdocs gh-deploy --force
run: poetry run mkdocs gh-deploy --force
1 change: 0 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ permissions:
contents: read

env:
POETRY_VIRTUALENVS_CREATE: false
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring

jobs:
Expand Down
Loading

0 comments on commit d8cb061

Please sign in to comment.