Skip to content

Commit

Permalink
Try using package pip install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Nov 22, 2023
1 parent bafe8cc commit 0aef115
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_lambda_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
run: sudo apt-get -y install protobuf-compiler python3 python3-pip
- name: Install rustup
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
- name: Install cargo lambda
run: pip3 install cargo-lambda
- name: Install python dependencies
run: pip install ./distribution/lambda
- name: Mypy lint
run: mypy distribution/lambda/

- name: Extract asset version of release
run: echo "ASSET_VERSION=${GITHUB_REF/refs\/tags\//}-beta" >> $GITHUB_ENV
Expand Down

0 comments on commit 0aef115

Please sign in to comment.