Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roznawsk committed Sep 15, 2023
1 parent d435beb commit e28b398
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
executor: python/default
steps:
- checkout
- python/install-packages:
pkg-manager: pip
- run:
command: pip install -r dev-requirements.txt
- run:
name: Lint
command: ./pylint.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Python server SDK for [Jellyfish](https://github.com/jellyfish-dev/jellyfish) media server.

Read the docs [here](https://jellyfish-dev.github.io/python-server-sdk/jellyfish.html)

## Installation

You can install the latest version of the package from github:
Expand Down

0 comments on commit e28b398

Please sign in to comment.