-
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.
* removed setup.py, updated poetry in actions
- Loading branch information
1 parent
bb7c73b
commit ccbf39f
Showing
12 changed files
with
633 additions
and
753 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 |
---|---|---|
@@ -1 +1 @@ | ||
setup.py linguist-generated=true | ||
poetry.lock linguist-generated=true |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -9,16 +9,9 @@ jobs: | |
check-version-numbers: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup Python 3.8 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.8 | ||
- name: Install Poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: 1.2.0 | ||
- name: SCM Checkout | ||
uses: actions/checkout@v3 | ||
- name: Setup Python & Poetry Environment | ||
uses: ./.github/actions/prepare_poetry_env | ||
- name: Check Release | ||
run: ./scripts/build/check_release.sh "python3.8" |
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,19 +7,16 @@ on: | |
pull_request: | ||
|
||
jobs: | ||
check_setup_py: | ||
run_unit_tests: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.8 | ||
- uses: abatilo/[email protected] | ||
with: | ||
poetry-version: 1.2.0 | ||
- name: Setup poetry env | ||
run: bash scripts/build/setup_poetry_env.sh "python3.8" | ||
- name: SCM Checkout | ||
uses: actions/checkout@v3 | ||
- name: Setup Python & Poetry Environment | ||
uses: ./.github/actions/prepare_poetry_env | ||
- name: Setup poetry env | ||
run: bash scripts/build/setup_poetry_env.sh "python3.8" | ||
|
||
- name: Run pytest | ||
run: poetry run pytest | ||
- name: Run pytest | ||
run: poetry run pytest |
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,9 +1,11 @@ | ||
# Changes | ||
|
||
* [1.1.0](changes_1.1.0.md) | ||
* [1.0.0](changes_1.0.0.md) | ||
* [0.6.0](changes_0.6.0.md) | ||
* [0.5.0](changes_0.5.0.md) | ||
* [0.4.0](changes_0.4.0.md) | ||
* [0.3.0](changes_0.3.0.md) | ||
* [0.2.0](changes_0.2.0.md) | ||
* [0.1.0](changes_0.1.0.md) | ||
|
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,23 @@ | ||
# script-languages-container-ci 1.1.0, T.B.D | ||
|
||
Code name: T.B.D | ||
|
||
## Summary | ||
|
||
T.B.D | ||
|
||
## Bug Fixes | ||
|
||
n/a | ||
|
||
## Features / Enhancements | ||
|
||
n/a | ||
|
||
## Documentation | ||
|
||
n/a | ||
|
||
## Refactoring | ||
|
||
- #29: Removed setup.py and updated poetry in actions |
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 was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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