Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bulch committed Jan 25, 2024
1 parent 43a3ffc commit b16922a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
with:
use-installer: true

Check failure on line 68 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Lint

68:1 [trailing-spaces] trailing spaces
- name: test
- name: Hotfix for https://github.com/aws-actions/setup-sam/issues/82
run: |
pip3 install "cython<3.0.0"
pip3 install --no-build-isolation pyyaml==5.4.1
$(dirname $(readlink $(which sam)))/pip install "cython<3.0.0"
$(dirname $(readlink $(which sam)))/pip install --no-build-isolation pyyaml==5.4.1
- name: Install test dependencies.
run: pip3 install -r requirements.txt
Expand Down

0 comments on commit b16922a

Please sign in to comment.