Skip to content

Commit

Permalink
Update conda_build.yml
Browse files Browse the repository at this point in the history
Python 3.10
  • Loading branch information
mj-jimenez authored Sep 9, 2024
1 parent 47bc947 commit 1e68be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
build:
strategy:
matrix:
python-version: "3.10"
include:
- os: ubuntu-latest
label: linux-64
Expand All @@ -32,7 +33,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Miniforge
miniforge-version: "24.7.1-0"
miniforge-version: latest
activate-environment: bc_builds
conda-version: "23.5.2"
use-mamba: true
Expand Down

0 comments on commit 1e68be8

Please sign in to comment.