-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ci/dependabot-updates' into dependabot/pip/ci/dependabo…
…t-updates/mkdocstrings-python-legacy--approx-eq-0.23.0
- Loading branch information
Showing
39 changed files
with
951 additions
and
442 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
jobs: | ||
publish: | ||
name: External | ||
uses: SINTEF/ci-cd/.github/workflows/[email protected].1 | ||
uses: SINTEF/ci-cd/.github/workflows/[email protected].2 | ||
if: github.repository == 'emmo-repo/EMMOntoPy' && startsWith(github.ref, 'refs/tags/v') | ||
with: | ||
git_username: EMMOntoPy Developers | ||
|
@@ -16,7 +16,7 @@ jobs: | |
|
||
# Publish package | ||
python_package: true | ||
python_version_build: "3.7" | ||
python_version_build: "3.9" | ||
# We're mentioning only 'ontopy', since the version is set statically only in | ||
# ontopy/__init__.py | ||
package_dirs: ontopy | ||
|
@@ -26,7 +26,7 @@ jobs: | |
|
||
# Update documentation | ||
update_docs: true | ||
python_version_docs: "3.7" | ||
python_version_docs: "3.9" | ||
doc_extras: "[docs]" | ||
changelog_exclude_labels: dependencies | ||
|
||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
jobs: | ||
update-dependabot-branch: | ||
name: External | ||
uses: SINTEF/ci-cd/.github/workflows/[email protected].1 | ||
uses: SINTEF/ci-cd/.github/workflows/[email protected].2 | ||
if: github.repository_owner == 'emmo-repo' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' | ||
secrets: | ||
PAT: ${{ secrets.RELEASE_PAT }} |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
jobs: | ||
updates-to-master: | ||
name: External | ||
uses: SINTEF/ci-cd/.github/workflows/[email protected].1 | ||
uses: SINTEF/ci-cd/.github/workflows/[email protected].2 | ||
if: github.repository_owner == 'emmo-repo' | ||
with: | ||
git_username: EMMOntoPy Developers | ||
|
@@ -22,7 +22,7 @@ jobs: | |
package_dirs: | | ||
emmopy | ||
ontopy | ||
python_version: "3.7" | ||
python_version: "3.9" | ||
doc_extras: "[docs]" | ||
special_file_api_ref_options: "emmopy/emmocheck.py,show_bases: false" | ||
landing_page_replacements: | | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
jobs: | ||
create-collected-pr: | ||
name: External | ||
uses: SINTEF/ci-cd/.github/workflows/[email protected].1 | ||
uses: SINTEF/ci-cd/.github/workflows/[email protected].2 | ||
if: github.repository_owner == 'emmo-repo' | ||
with: | ||
git_username: EMMOntoPy Developers | ||
|
@@ -21,7 +21,7 @@ jobs: | |
pr_labels: dependencies,github_actions | ||
extra_to_dos: "- [ ] Make sure that the PR is **squash** merged, with a sensible commit message." | ||
update_pre-commit: true | ||
python_version: "3.8" | ||
python_version: "3.9" | ||
install_extras: "[dev,docs]" | ||
skip_pre-commit_hooks: pylint | ||
secrets: | ||
|
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 |
---|---|---|
|
@@ -10,19 +10,19 @@ on: | |
jobs: | ||
tests: | ||
name: External | ||
uses: SINTEF/ci-cd/.github/workflows/[email protected].1 | ||
uses: SINTEF/ci-cd/.github/workflows/[email protected].2 | ||
with: | ||
# General | ||
install_extras: "[dev,docs]" | ||
|
||
# pre-commit | ||
run_pre-commit: true | ||
python_version_pre-commit: "3.8" | ||
python_version_pre-commit: "3.9" | ||
skip_pre-commit_hooks: pylint | ||
|
||
# pylint | ||
run_pylint: true | ||
python_version_pylint_safety: "3.7" | ||
python_version_pylint_safety: "3.9" | ||
pylint_options: "--rcfile=pyproject.toml" | ||
pylint_targets: "*.py tools emmopy ontopy" | ||
|
||
|
@@ -42,13 +42,13 @@ jobs: | |
# Build distribution | ||
run_build_package: true | ||
python_version_package: "3.7" | ||
python_version_package: "3.9" | ||
build_cmd: "python -m build" | ||
|
||
# Build documentation | ||
# Exclude base classes in emmopy.emmocheck | ||
run_build_docs: true | ||
python_version_docs: "3.7" | ||
python_version_docs: "3.9" | ||
update_python_api_ref: true | ||
update_docs_landing_page: true | ||
package_dirs: | | ||
|
@@ -71,7 +71,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v4 | ||
|
@@ -91,7 +91,7 @@ jobs: | |
run: pytest -vvv --cov=ontopy --cov=emmopy --cov-report=xml --cov-report=term --doctest-modules | ||
|
||
- name: Upload coverage to Codecov | ||
if: matrix.python-version == '3.7' && github.repository == 'emmo-repo/EMMOntoPy' | ||
if: matrix.python-version == '3.9' && github.repository == 'emmo-repo/EMMOntoPy' | ||
uses: codecov/codecov-action@v3 | ||
|
||
# - name: Run vertical demo | ||
|
@@ -115,12 +115,12 @@ jobs: | |
name: EMMO documentation (test using ontodoc) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Set up Python 3.7 | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.7" | ||
python-version: "3.9" | ||
|
||
- name: Check Ubuntu version we are running under | ||
run: | | ||
|
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.