From 31416c1e9ee7d17cee48d46d4dd069cbabafcf67 Mon Sep 17 00:00:00 2001 From: "Garth N. Wells" Date: Thu, 18 Jul 2024 20:21:05 +0800 Subject: [PATCH] Update --- .github/workflows/conda-env-oneapi.yml | 1 + .github/workflows/oneapi.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conda-env-oneapi.yml b/.github/workflows/conda-env-oneapi.yml index 71f0ee0e902..1a014a3d240 100644 --- a/.github/workflows/conda-env-oneapi.yml +++ b/.github/workflows/conda-env-oneapi.yml @@ -3,6 +3,7 @@ channels: - conda-forge - defaults dependencies: + - python=3.10 - anaconda-client - pip diff --git a/.github/workflows/oneapi.yml b/.github/workflows/oneapi.yml index d55ec6b2696..6dd2d1e02fb 100644 --- a/.github/workflows/oneapi.yml +++ b/.github/workflows/oneapi.yml @@ -44,7 +44,7 @@ jobs: activate-environment: anaconda-client-env environment-file: .github/workflows/conda-env-oneapi.yml # environment-file: etc/example-environment.yml - python-version: 3.5 + # python-version: 3.10 # condarc-file: etc/example-condarc.yml auto-activate-base: false - run: |