Skip to content

Commit 355d675

Browse files
committed
cleanup
1 parent 64ff0f8 commit 355d675

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/blog.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
with:
21-
# submodules: true # Fetch Hugo themes (true OR recursive)
2221
fetch-depth: 3
2322
- uses: mamba-org/provision-with-micromamba@v15
2423
with:
@@ -30,10 +29,10 @@ jobs:
3029
shell: bash
3130
- name: Create environment
3231
run: micromamba env create -n www-main-micromamba -f environment.yml
33-
- name: Conda info
32+
- name: micromamba info
3433
run: |
35-
conda info
36-
conda list
34+
micromamba info
35+
micromamba list
3736
- name: Install R dependencies
3837
env:
3938
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)