Skip to content

Commit 507ff53

Browse files
authored
Merge pull request #1046 from cmu-delphi/release/v3.3.2
Release v3.3.2
2 parents b9c7144 + 224655a commit 507ff53

File tree

3 files changed

+251
-172
lines changed

3 files changed

+251
-172
lines changed

.github/workflows/blog.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,12 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 3
20-
- uses: mamba-org/provision-with-micromamba@v16
20+
- uses: mamba-org/setup-micromamba@v1
2121
with:
2222
environment-file: environment.yml
2323
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
24+
log-level: debug
25+
cache-environment: true
3426
- name: Install R dependencies
3527
env:
3628
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)