Skip to content

Commit

Permalink
skip python 3.9 from github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Archana-Shinde1 committed May 9, 2024
1 parent dc2ad04 commit 544e9a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: conda-incubator/[email protected]
with:
auto-update-conda: false
python-version: "3.9"
python-version: "3.11"
- name: Build and upload the conda package
id: build_upload
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xgboost-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion open_ce/images/builder-cuda/Dockerfile.cuda-11.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/nvidia/cuda:11.8.0-devel-ubi9
FROM docker.io/nvidia/cuda:11.8.0-devel-ubi8

ENV CONDA_HOME=${CONDA_HOME:-/opt/conda}
ENV PATH=$CONDA_HOME/bin:$PATH
Expand Down

0 comments on commit 544e9a9

Please sign in to comment.