Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit ca45751

Browse files
committed
Fix python version to 3.9
1 parent 5c7f06c commit ca45751

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/modin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
run: |
3030
conda update conda
3131
conda env update -f omniscidb/scripts/mapd-deps-conda-dev-env.yml
32-
conda install -n ${{ env.CONDA_ENV }} -c conda-forge python=3.8
3332
3433
- name: Restore Maven cache
3534
uses: actions/cache@v3

omniscidb/scripts/mapd-deps-conda-dev-env.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ dependencies:
5050
- llvm-spirv 14.0.*
5151
- folly 2022.11.07.00
5252
- sqlite 3.40.0
53+
- python 3.9.*
5354

0 commit comments

Comments
 (0)