Skip to content

fix: tune requirements + include output dir #38

fix: tune requirements + include output dir

fix: tune requirements + include output dir #38

Workflow file for this run

name: Docker Image / Makefile CI
on:
push:
branches: [ main ]
paths:
- 'Dockerfile'
- 'install.jl'
- 'Project.toml'
- 'scripts/*'
- 'src/*'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -t comses/spatialrust .
- name: Execute the single run parameterization
run: docker run --rm comses/spatialrust julia scripts/OneRun.jl