Skip to content

Commit 6111eff

Browse files
committed
fix: set python on ci to 3.9
1 parent d8e2a50 commit 6111eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Check formatting with black
3434
run: |
3535
black --check .
36-
36+
3737
- name: Lint with flake8
3838
run: |
3939
flake8 posthog --ignore E501
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Python 3.8
5555
uses: actions/setup-python@v2
5656
with:
57-
python-version: 3.8
57+
python-version: 3.9
5858

5959
- name: Install requirements.txt dependencies with pip
6060
run: |

0 commit comments

Comments
 (0)