Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bulch committed Jan 25, 2024
1 parent 35c0094 commit a7dc60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ jobs:
with:
python-version: '3.x'

# - name: Hotfix
# uses: aws-actions/setup-sam@v2
# with:
# use-installer: true

# - name: Hotfix for https://github.com/aws-actions/setup-sam/issues/82
# run: |
# $(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
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ ansible-compat==2.2.7
ansible-core==2.14.1
ansible-lint==6.9.1
ansible-vault==2.1.0
molecule==4.0.4
molecule-docker==2.1.0
yamllint==1.28.0
pre-commit==3.3.3

0 comments on commit a7dc60e

Please sign in to comment.