Skip to content

Commit

Permalink
Tweaking parameters 🆙
Browse files Browse the repository at this point in the history
  • Loading branch information
anawas committed Dec 20, 2024
1 parent 5cffe7f commit fd7beae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- name: Install Conda
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
mamba-version: "*"
channels: conda-forge
channel-priority: "true"
conda-remove-defaults: "true"
- name: Create Environment
shell: bash -l {0}
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-user-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
steps:
- name: Install Conda
uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
channels: conda-forge
channel-priority: "true"
conda-remove-defaults: "true"
- name: Set variables, Install Package & Dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit fd7beae

Please sign in to comment.