Skip to content

Commit

Permalink
Update conda_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-jimenez authored Sep 9, 2024
1 parent d774866 commit 21b83fc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: conda_build

on:
push:
branches: [master, development]
branches: [master, development, fix_CI]
pull_request:
branches: [master, development]
branches: [master, development, fix_CI]


env:
Expand All @@ -14,7 +14,6 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.10"]
include:
- os: ubuntu-latest
label: linux-64
Expand All @@ -38,6 +37,11 @@ jobs:
conda-version: "23.5.2"
use-mamba: true

- name: Create environment with Python 3.10
run: |
mamba create -n bc_builds python=3.10
mamba activate bc_builds
- name: Update beyondcell environment
run: mamba update -n bc_builds -f helpers/mambabuild.yml

Expand Down

0 comments on commit 21b83fc

Please sign in to comment.