Skip to content

Commit

Permalink
Fix python version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikuoja committed Nov 22, 2023
1 parent 735ce76 commit 190b8f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: pip install -r requirements.txt -r requirements-dev.txt
- name: Test
Expand All @@ -70,6 +72,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- uses: pre-commit/[email protected]
- uses: ravsamhq/notify-slack-action@v2
if: always()
Expand Down Expand Up @@ -160,7 +164,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.10"
- name: Build zip files for lambda
run: make build-lambda
- name: Configure AWS Credentials
Expand Down

0 comments on commit 190b8f9

Please sign in to comment.