-
Notifications
You must be signed in to change notification settings - Fork 0
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 #67 from MC-kit/devel
Devel
- Loading branch information
Showing
14 changed files
with
271 additions
and
339 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
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 |
---|---|---|
|
@@ -11,6 +11,7 @@ on: | |
- "**.yaml" | ||
- "**.yml" | ||
- "**.toml" | ||
- "**/data/**" | ||
- ".github/constraints.txt" | ||
pull_request: | ||
branches: | ||
|
@@ -35,7 +36,7 @@ jobs: | |
!contains(github.event.head_commit.message, '[skip_ci]') | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python 3.10 | ||
uses: actions/[email protected] | ||
|
@@ -75,7 +76,7 @@ jobs: | |
needs: lint | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python 3.10 | ||
uses: actions/[email protected] | ||
|
@@ -114,13 +115,13 @@ jobs: | |
python-version: ['3.8', '3.9', '3.10'] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v3.1.0 | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
architecture: x64 | ||
- name: Checkout submodules | ||
run: git submodule update --init --recursive --depth=1 | ||
# - name: Checkout submodules | ||
# run: git submodule update --init --recursive --depth=1 | ||
- name: Install nox | ||
run: pip install --constraint=.github/constraints.txt nox | ||
- name: Install poetry | ||
|
@@ -138,7 +139,7 @@ jobs: | |
needs: tests | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python 3.10 | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
sphinx==4.2.0 | ||
sphinx==5.1.1 | ||
sphinx-autobuild==2021.3.14 | ||
sphinx-autodoc-typehints==1.12.0 | ||
sphinx-autodoc-typehints==1.19.2 | ||
sphinx-autorun==1.1.1 | ||
sphinx-click==3.0.2 | ||
sphinx-click==4.3.0 | ||
sphinx-rtd-theme==1.0.0 | ||
sphinxcontrib-napoleon==0.7 |
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.