Skip to content

Commit

Permalink
pipeline fix (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjakab committed May 26, 2024
1 parent 330c902 commit 3ee24d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install beets alive-progress
pip install pytest nose coverage mock six
pip install pytest nose coverage mock six yaml requests
- name: Test
run: |
pytest
Expand Down
2 changes: 1 addition & 1 deletion beetsplug/goingrunning/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__email__ = u'adam@jakab.pro'
__copyright__ = u'Copyright (c) 2020, {} <{}>'.format(__author__, __email__)
__license__ = u'License :: OSI Approved :: MIT License'
__version__ = u'1.2.7'
__version__ = u'1.2.8'
__status__ = u'Stable'

__PACKAGE_TITLE__ = u'GoingRunning'
Expand Down

0 comments on commit 3ee24d2

Please # to comment.