From 0c59201aca35289284f7dd95d227131f62271ad5 Mon Sep 17 00:00:00 2001 From: spicyfalafel <285574@niuitmo.ru> Date: Mon, 23 Sep 2024 14:45:20 +0300 Subject: [PATCH] chore: fixes after review --- .github/workflows/lint.yaml | 14 ++++---------- resources/sdk/python/setup.py | 1 + 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index cf63e5b..4aa2308 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -43,8 +43,6 @@ jobs: lint-typescript: needs: detect-changes - # env: - # CHANGED: ${{ needs.detect-changes.outputs.typescript-changed }} if: ${{ needs.detect-changes.outputs.typescript-changed }} runs-on: ubuntu-latest steps: @@ -83,13 +81,10 @@ jobs: - name: Clear pip cache run: rm -rf $HOME/.cache/pip - - name: install rust - run: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - . "$HOME/.cargo/env" - - - name: Install build dependencies - run: sudo apt-get install -y build-essential + # - name: install rust + # run: | + # curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + # . "$HOME/.cargo/env" - name: Setup python uses: actions/setup-python@v4 @@ -103,7 +98,6 @@ jobs: - name: Install python dependencies run: | - export RUST_BACKTRACE=1 cd test/aidbox_sdk/snapshots/python && pip install --prefer-binary './[dev]' - name: Run python lint diff --git a/resources/sdk/python/setup.py b/resources/sdk/python/setup.py index 32634d5..c366f37 100644 --- a/resources/sdk/python/setup.py +++ b/resources/sdk/python/setup.py @@ -16,6 +16,7 @@ "types-requests==2.31.0.8", "pydantic[email]==2.9.2", # "pydantic_core==2.24.0", + ], extras_require={ 'dev': [