forked from inventree/InvenTree
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/matmair/InvenTree
- Loading branch information
Showing
31 changed files
with
327 additions
and
215 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ jobs: | |
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # [email protected] | ||
- name: Check Version | ||
run: | | ||
pip install --require-hashes -r .github/requirements.txt | ||
pip install --require-hashes -r contrib/dev_reqs/requirements.txt | ||
python3 .github/scripts/version_check.py | ||
mkdocs: | ||
|
@@ -122,7 +122,7 @@ jobs: | |
python-version: ${{ env.python_version }} | ||
- name: Check Config | ||
run: | | ||
pip install --require-hashes -r .github/requirements.txt | ||
pip install --require-hashes -r contrib/dev_reqs/requirements.txt | ||
pip install --require-hashes -r docs/requirements.txt | ||
python docs/ci/check_mkdocs_config.py | ||
- name: Check Links | ||
|
@@ -168,7 +168,7 @@ jobs: | |
- name: Download public schema | ||
if: needs.paths-filter.outputs.api == 'false' | ||
run: | | ||
pip install --require-hashes -r .github/requirements.txt >/dev/null 2>&1 | ||
pip install --require-hashes -r contrib/dev_reqs/requirements.txt >/dev/null 2>&1 | ||
version="$(python3 .github/scripts/version_check.py only_version 2>&1)" | ||
echo "Version: $version" | ||
url="https://raw.githubusercontent.com/inventree/schema/main/export/${version}/api.yaml" | ||
|
@@ -187,7 +187,7 @@ jobs: | |
id: version | ||
if: github.ref == 'refs/heads/master' && needs.paths-filter.outputs.api == 'true' | ||
run: | | ||
pip install --require-hashes -r .github/requirements.txt >/dev/null 2>&1 | ||
pip install --require-hashes -r contrib/dev_reqs/requirements.txt >/dev/null 2>&1 | ||
version="$(python3 .github/scripts/version_check.py only_version 2>&1)" | ||
echo "Version: $version" | ||
echo "version=$version" >> "$GITHUB_OUTPUT" | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # [email protected] | ||
- name: Version Check | ||
run: | | ||
pip install --require-hashes -r .github/requirements.txt | ||
pip install --require-hashes -r contrib/dev_reqs/requirements.txt | ||
python3 .github/scripts/version_check.py | ||
- name: Push to Stable Branch | ||
uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # [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
File renamed without changes.
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
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.