Skip to content

Commit

Permalink
Merge pull request #97 from trungleduc/ci-fix
Browse files Browse the repository at this point in the history
Fix ci
  • Loading branch information
hbcarlos authored Jan 13, 2023
2 parents 3996209 + df9fe20 commit aa8ca1a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
- name: Setup mamba
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
channels: conda-forge
miniforge-variant: Mambaforge
miniforge-version: latest

- name: Create the conda environment
shell: bash -l {0}
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Enforce PR label

on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- name: enforce-triage-label
uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1
4 changes: 2 additions & 2 deletions .github/workflows/update_galata_references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Setup mamba
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: '*'
channels: conda-forge
miniforge-variant: Mambaforge
miniforge-version: latest

- name: Create the conda environment
shell: bash -l {0}
Expand Down

0 comments on commit aa8ca1a

Please sign in to comment.