Skip to content

Commit

Permalink
Backport PR #1281: Fix existing CI (#1339)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike <jabbera@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and jabbera committed Jun 26, 2023
1 parent 22c2885 commit b45ebf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup mamba
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
miniforge-variant: Mambaforge
channels: conda-forge

- name: Create the conda environment
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Setup mamba
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
miniforge-variant: Mambaforge
channels: conda-forge

- name: Create the conda environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-tests.yml
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8]
python-version: [3.8]
node-version: [16.x]
fail-fast: false

steps:
- uses: actions/checkout@v2

- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

Expand Down

0 comments on commit b45ebf9

Please sign in to comment.