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 c129119
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 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,14 +81,6 @@ 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: Setup python
uses: actions/setup-python@v4
with:
Expand All @@ -103,7 +93,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

0 comments on commit c129119

Please sign in to comment.