generated from roboflow/template-python
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #991 from roboflow/develop
`supervision-0.19.0` release
- Loading branch information
Showing
96 changed files
with
11,296 additions
and
2,484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: 🧪 Docs Test WorkFlow 📚 | ||
|
||
on: | ||
pull_request: | ||
branches: [main, develop] | ||
|
||
jobs: | ||
docs-build-test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 🔄 Checkout code | ||
uses: actions/checkout@v4 | ||
- name: 🐍 Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.10' | ||
- name: 📦 Install mkdocs-material | ||
run: pip install "mkdocs-material[all]" | ||
- name: 📦 Install mkdocstrings[python] | ||
run: pip install "mkdocstrings[python]" | ||
- name: 📦 Install mkdocs-material[imaging] | ||
run: pip install "mkdocs-material[imaging]" | ||
- name: 📦 Install mike | ||
run: pip install "mike" | ||
- name: 📦 Install mkdocs-git-revision-date-localized-plugin | ||
run: pip install "mkdocs-git-revision-date-localized-plugin" | ||
- name: 📦 Install JupyterLab | ||
run: pip install jupyterlab | ||
- name: 📦 Install mkdocs-jupyter | ||
run: pip install mkdocs-jupyter | ||
- name: 📦 Install mkdocs-git-committers-plugin-2 | ||
run: pip install mkdocs-git-committers-plugin-2 | ||
- name: 🧪 Test documentation build | ||
run: mkdocs build --verbose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.