Skip to content

Commit

Permalink
fixup! fixup! 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 5ec1f08 commit 2cd0977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,7 @@ jobs:
run: |
cp -r -u resources/sdk/python/* test/aidbox_sdk/snapshots/python/
- name: Install Rust
uses: actions-rs/toolchain@v2
with:
toolchain: stable
components: rustfmt
override: true
- uses: dtolnay/rust-toolchain@stable

- name: Install build dependencies
run: sudo apt-get install -y build-essential
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 @@ -10,6 +10,7 @@
description="",
python_requires=">=3.8",
package_data={"": ["py.typed"]},

include_package_data=True,
install_requires=[
"requests>=2.31.0",
Expand Down

0 comments on commit 2cd0977

Please sign in to comment.