Skip to content

Commit

Permalink
Changed CI test version to 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Wang <[email protected]>
  • Loading branch information
billiam-wang committed Nov 7, 2022
1 parent 40446d3 commit 43ff32b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.9"]
env:
MODIN_SMALL_QUERY_COMPILER: "True"
name: test-small-query-compiler python ${{matrix.python-version}})
Expand All @@ -1018,7 +1018,7 @@ jobs:
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: 3.8
python-version: 3.9
channel-priority: strict
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- name: Conda environment
Expand Down

0 comments on commit 43ff32b

Please sign in to comment.