Skip to content

Commit

Permalink
comment test
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf authored Jan 25, 2024
1 parent 85f5b98 commit 5453d5f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@ jobs:
- name: Generate pipeline definitions
run: poetry run pre-commit run gen-docs-components --all-files --show-diff-on-failure

- name: Test
run: poetry run pytest tests
# - name: Test
# run: poetry run pytest tests

- name: Install docs dependencies
run: poetry install --with docs
# - name: Install docs dependencies
# run: poetry install --with docs

- name: Check markdown, toml, css formatting
uses: dprint/check@v2.2
if: runner.os == 'Linux'
# - name: Check markdown, toml, css formatting
# uses: dprint/check@v2.2
# if: runner.os == 'Linux'

- name: Test docs build (mkdocs)
run: poetry run mkdocs build -f docs/mkdocs.yml
# - name: Test docs build (mkdocs)
# run: poetry run mkdocs build -f docs/mkdocs.yml

publish-snapshot-version:
name: Publish snapshot to TestPyPI
Expand Down

0 comments on commit 5453d5f

Please sign in to comment.