Skip to content

Commit

Permalink
chore: fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
spicyfalafel committed Sep 23, 2024
1 parent 4fe463e commit 0c59201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
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 @@ -16,6 +16,7 @@
"types-requests==2.31.0.8",
"pydantic[email]==2.9.2",
# "pydantic_core==2.24.0",

],
extras_require={
'dev': [
Expand Down

0 comments on commit 0c59201

Please sign in to comment.