Skip to content

Commit

Permalink
2.7.014
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanjacobd committed May 2, 2024
1 parent 3f70e71 commit e0481bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
<details><summary>List all subcommands</summary>

$ library
library (v2.7.013; 72 subcommands)
library (v2.7.014; 72 subcommands)

Create database subcommands:
╭───────────────┬──────────────────────────────────────────╮
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- uses: FedericoCarboni/setup-ffmpeg@v3

- name: Install pdm
run: python -m pip install pdm

- name: Run missing modules test
run: |
python -m pip install pdm
pdm install --no-editable -G test
pdm run pytest tests/test_modules.py
- name: Run missing modules test
run: pdm run pytest tests/test_modules.py # should run before deluxe deps installed

- name: Run deluxe pytest
run: |
Expand Down Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install pdm
pdm install --no-editable -G test
- name: Run deluxe pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion xklb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.7.013"
__version__ = "2.7.014"

0 comments on commit e0481bd

Please sign in to comment.