Skip to content

Commit

Permalink
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 ae72cca commit 5ec1f08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ 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

- name: Install build dependencies
run: sudo apt-get install -y build-essential

- name: Setup python
uses: actions/setup-python@v4
with:
Expand All @@ -85,6 +95,7 @@ jobs:
- name: Install system and client dependencies
run: |
sudo apt -y update
python -m pip install --upgrade pip
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
cd test/aidbox_sdk/snapshots/python && pip install './[dev]'
Expand Down
1 change: 0 additions & 1 deletion resources/sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
version="0.0.1",
description="",
python_requires=">=3.8",

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

0 comments on commit 5ec1f08

Please sign in to comment.