Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie committed Jun 19, 2024
1 parent e7e21c3 commit ae4c146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
python-version: [3.7, 3.8, 3.9]

steps:
- name: Checking out repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
python-version: [3.7, 3.8, 3.9]

steps:
- name: Checking out repo
Expand Down

0 comments on commit ae4c146

Please sign in to comment.