Skip to content

Commit 27b6bde

Browse files
committed
Fetch EcoAtlas tools from eco-oracle
1 parent e0d8480 commit 27b6bde

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/eco-atlas.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
any::digest
2525
any::desc
2626
27+
- name: Fetch EcoAtlas tools from eco-oracle
28+
run: |
29+
mkdir -p tools
30+
curl -sL https://raw.githubusercontent.com/bbuchsbaum/eco-oracle/main/tools/eco_atlas_extract.R -o tools/eco_atlas_extract.R
31+
curl -sL https://raw.githubusercontent.com/bbuchsbaum/eco-oracle/main/tools/eco_atlas_distill.mjs -o tools/eco_atlas_distill.mjs
32+
2733
- name: Build EcoAtlas snippet/symbol packs
2834
env:
2935
ECO_ATLAS_OUT: atlas

0 commit comments

Comments
 (0)