Skip to content

Commit

Permalink
Update ci.yml 파이썬 버전 수정
Browse files Browse the repository at this point in the history
파이썬 버전을 3.9에서 3.10으로 수정합니다
  • Loading branch information
Seokyoung-Hong committed Apr 8, 2024
1 parent a91e6c3 commit 893c3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- uses: actions/checkout@v3
- name: Install Python 3.9
- name: Install Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- name: Install serverless
run: cd aws-sandol-api && npm install -g serverless
- run: serverless plugin install -n serverless-wsgi
Expand Down

0 comments on commit 893c3f2

Please sign in to comment.