Skip to content

Commit

Permalink
fixup! fixup! 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 5bda0d6 commit ae72cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install system and client dependencies
run: |
sudo apt -y update
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
cd test/aidbox_sdk/snapshots/python && pip install './[dev]'
- name: Run python lint
Expand Down
3 changes: 2 additions & 1 deletion resources/sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
name="aidbox",
version="0.0.1",
description="",
python_requires=">=3.7",
python_requires=">=3.8",

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

0 comments on commit ae72cca

Please sign in to comment.