Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 13, 2024
1 parent 9291716 commit b241b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Conda environment creation and activation
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.10
python-version: 3.11
environment-file: .github/condaBuildCI.yml
#activate-environment: condaBuild_CI
#condarc-file: .github/condarc.yml
Expand All @@ -32,6 +32,6 @@ jobs:
uses: uibcdf/[email protected]
with:
meta_yaml_dir: conda-recipe
python-version: 3.10
python-version: 3.11
platform_linux-64: true
upload: false

0 comments on commit b241b3f

Please sign in to comment.