Skip to content

Commit

Permalink
ci: run tests with python 3.9 (#45)
Browse files Browse the repository at this point in the history
We want to keep 3.9 compatibility, this is a good way to achieve this.
  • Loading branch information
chamini2 authored Jan 19, 2024
1 parent 02887b3 commit dedae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.9"

- name: Install dependencies
run: |
Expand Down

0 comments on commit dedae1d

Please sign in to comment.