Skip to content

Commit

Permalink
dont use conda-libmamba in 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Jul 21, 2023
1 parent a5ae3b1 commit b93ed8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: holoviz-dev/holoviz_tasks/install@v0.1a15
- uses: holoviz-dev/holoviz_tasks/install@v0.1a14
with:
name: unit_test_suite_36
python-version: ${{ matrix.python-version }}
Expand All @@ -108,6 +108,7 @@ jobs:
envs: "-o tests"
cache: true
conda-update: true
conda-mamba: mamba
id: install
- name: doit develop_install py
if: steps.install.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b93ed8e

Please sign in to comment.