Skip to content

Commit

Permalink
pipeline fix 3rd
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjakab committed May 26, 2024
1 parent 3ee24d2 commit ffdd3d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 yaml requests
pip install pytest nose coverage mock six pyyaml 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'[email protected]'
__copyright__ = u'Copyright (c) 2020, {} <{}>'.format(__author__, __email__)
__license__ = u'License :: OSI Approved :: MIT License'
__version__ = u'1.2.8'
__version__ = u'1.2.9'
__status__ = u'Stable'

__PACKAGE_TITLE__ = u'GoingRunning'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

tests_require=[
'pytest', 'nose', 'coverage',
'mock', 'six', 'yaml',
'mock', 'six', 'pyyaml',
'requests'
],

Expand Down

0 comments on commit ffdd3d5

Please sign in to comment.