Skip to content

conda activate and bash #8

conda activate and bash

conda activate and bash #8

Workflow file for this run

name: Last version R packages using conda
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker build -f conda.Dockerfile -t my-conda-name .
- run: docker run --rm --name my_pipeline_container -v /github/workspace/output/:/workspace/output/:rw my-conda-name
- uses: actions/upload-artifact@v4
with:
path: /github/workspace/output/