We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ff0f8 commit 355d675Copy full SHA for 355d675
.github/workflows/blog.yaml
@@ -18,7 +18,6 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
with:
21
- # submodules: true # Fetch Hugo themes (true OR recursive)
22
fetch-depth: 3
23
- uses: mamba-org/provision-with-micromamba@v15
24
@@ -30,10 +29,10 @@ jobs:
30
29
shell: bash
31
- name: Create environment
32
run: micromamba env create -n www-main-micromamba -f environment.yml
33
- - name: Conda info
+ - name: micromamba info
34
run: |
35
- conda info
36
- conda list
+ micromamba info
+ micromamba list
37
- name: Install R dependencies
38
env:
39
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
0 commit comments