-
Notifications
You must be signed in to change notification settings - Fork 7
42 lines (37 loc) · 979 Bytes
/
mapmaker.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: mapmaker
on:
push:
pull_request:
workflow_dispatch:
jobs:
create-env:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
defaults:
run:
shell: bash -l {0}
strategy:
fail-fast: false
matrix:
os: [ubuntu]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create environment with mamba
uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
channels: conda-forge,defaults
auto-activate-base: false
activate-environment: mapmaker
environment-file: envs/mapmaker.yaml
- name: Run mapmaker
run: |
python runmaker.py \
--output ./flatmaps \
--source https://github.com/AnatomicMaps/rat-flatmap.git \
--commit curation \
--manifest manifest.json \
--force \
--no-path-layout \
--background-tiles