Skip to content

Commit

Permalink
Bump bubop version, use poetry dynamic versioning, downgrade pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bergercookie committed Nov 5, 2023
1 parent ccfeb30 commit 2011ebd
Show file tree
Hide file tree
Showing 5 changed files with 812 additions and 841 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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: |
Expand Down
Loading

0 comments on commit 2011ebd

Please sign in to comment.