5 pipeline with unit tests #10
@@ -18,4 +18,10 @@ FROM condaforge/miniforge3:latest
|
|||||||
RUN mamba install -y -c conda-forge sage ruff pytest \
|
RUN mamba install -y -c conda-forge sage ruff pytest \
|
||||||
&& mamba clean -afy
|
&& mamba clean -afy
|
||||||
|
|
||||||
|
# actions/checkout@v4 (and other JS-based actions) run via `node` inside this
|
||||||
|
# container -- act_runner doesn't inject a runtime of its own when a custom
|
||||||
|
# `container:` image is set, so one has to be present here.
|
||||||
|
RUN mamba install -y -c conda-forge nodejs \
|
||||||
|
&& mamba clean -afy
|
||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user