-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump bubop version, use poetry dynamic versioning, downgrade pyyaml
- Loading branch information
1 parent
ccfeb30
commit 2011ebd
Showing
5 changed files
with
812 additions
and
841 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 |
---|---|---|
|
@@ -57,11 +57,12 @@ jobs: | |
- name: Python Poetry Action | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: "1.3.2" | ||
poetry-version: "1.6.1" | ||
- name: Install prerequisites | ||
run: | | ||
sudo ./scripts/install-taskwarrior.sh | ||
poetry install --all-extras | ||
poetry self add "poetry-dynamic-versioning[plugin]" | ||
task --version | ||
- name: Run tests | ||
run: poetry run pytest | ||
|
@@ -75,9 +76,11 @@ jobs: | |
- name: Python Poetry Action | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: "1.3.2" | ||
poetry-version: "1.6.1" | ||
- name: Install prerequisites | ||
run: poetry install -E google -E notion -E gkeep | ||
run: | | ||
poetry install -E google -E notion -E gkeep | ||
poetry self add "poetry-dynamic-versioning[plugin]" | ||
- name: Run style checkers and linters | ||
run: poetry run pre-commit run --all-files | ||
coverage: | ||
|
@@ -90,11 +93,12 @@ jobs: | |
- name: Python Poetry Action | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: "1.3.2" | ||
poetry-version: "1.6.1" | ||
- name: Install prerequisites | ||
run: | | ||
sudo ./scripts/install-taskwarrior.sh | ||
poetry install --all-extras | ||
poetry self add "poetry-dynamic-versioning[plugin]" | ||
task --version | ||
- name: Coverage | ||
run: | | ||
|
Oops, something went wrong.