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.
2 parents b9c7144 + 224655a commit 507ff53Copy full SHA for 507ff53
.github/workflows/blog.yaml
@@ -17,20 +17,12 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
fetch-depth: 3
20
- - uses: mamba-org/provision-with-micromamba@v16
+ - uses: mamba-org/setup-micromamba@v1
21
22
environment-file: environment.yml
23
micromamba-version: latest
24
- - name: Get Date
25
- id: get-date
26
- run: echo "name=today::$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
27
- shell: bash
28
- - name: Create environment
29
- run: micromamba env create -n www-main-micromamba -f environment.yml
30
- - name: micromamba info
31
- run: |
32
- micromamba info
33
- micromamba list
+ log-level: debug
+ cache-environment: true
34
- name: Install R dependencies
35
env:
36
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
0 commit comments