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

Commit eea90f8

Browse files
committed
Fix python 3.9, update, than install python
1 parent b9322cb commit eea90f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
if: steps.conda-cache.cache-hit != 'true'
5757
run: |
5858
conda update conda
59-
conda create -n omnisci-dev -c conda-forge python=3.9
6059
conda env update -f omniscidb/scripts/mapd-deps-conda-dev-env.yml
60+
conda install -n omnisci-dev -c conda-forge python=3.9
6161
6262
- name: Install cuda
6363
if: inputs.name == 'cuda'

.github/workflows/modin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Update Conda
2929
run: |
3030
conda update conda
31-
conda create -n omnisci-dev -c conda-forge python=3.9
3231
conda env update -f omniscidb/scripts/mapd-deps-conda-dev-env.yml
32+
conda install -n omnisci-dev -c conda-forge python=3.9
3333
3434
- name: Restore Maven cache
3535
uses: actions/cache@v3

0 commit comments

Comments
 (0)