Skip to content

Modified location of cmdstan #75

Modified location of cmdstan

Modified location of cmdstan #75

name: datascience
on:
push: { "branches": [ "main" ], "paths": [ "datascience-docker/**" ] }
jobs:
build-image:
runs-on: ubuntu-latest
steps: [ {"name": "Checkout repository", "uses": "actions/checkout@v3"},
{"name": "Default make rule", "run": "cd datascience-docker && make"} ]