Trying to recreate the image for newer version of duckdb and R disclo… #115
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: datascience | |
| on: | |
| workflow_dispatch: | |
| 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"} ] | |