Skip to content

Commit dd84c68

Browse files
authored
change tests to run on python 3.9 (#776)
1 parent a20f1c3 commit dd84c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Setup Python
8585
uses: actions/setup-python@v4
8686
with:
87-
python-version: "3.8"
87+
python-version: "3.9"
8888
cache: "pip"
8989

9090
- name: Install Spark requirements

0 commit comments

Comments
 (0)