Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

steps:
- uses: actions/checkout@v4
# Set up Python 3.10 to match the version of Python used in AWS Lambda
- name: Set up Python 3.10
# Set up Python 3.12 to match the version of Python used in AWS Lambda
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
Comment thread
Alrobbertz marked this conversation as resolved.

- name: Install dependencies
run: |
Expand Down
Loading