Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Nov 28, 2023
1 parent 73277a1 commit 3f96949
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -105,6 +110,7 @@ jobs:

- name: Build and Deploy layers
run: |
python -m pip install boto3
docker run \
--platform=linux/amd64 \
--entrypoint bash \
Expand Down Expand Up @@ -135,7 +141,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: '3.10'

- uses: actions/setup-node@v4

Expand Down

0 comments on commit 3f96949

Please sign in to comment.