Skip to content

Commit

Permalink
fixup! fixup! chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
spicyfalafel committed Sep 19, 2024
1 parent 572c431 commit 964ef55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:

- name: Install system and client dependencies
run: |
sudo apt -y update
sudo apt install -y rustc
cd test/aidbox_sdk/snapshots/python && pip install './[dev]'
- name: Run python lint
Expand Down
1 change: 1 addition & 0 deletions resources/sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name="aidbox",
version="0.0.1",
description="",

python_requires=">=3.7",
package_data={"": ["py.typed"]},
include_package_data=True,
Expand Down

0 comments on commit 964ef55

Please sign in to comment.