From a042e7a2208edddb3e631f07dfb19072fc408d18 Mon Sep 17 00:00:00 2001 From: Evgeny Metelkin Date: Thu, 27 Jun 2024 11:39:31 +0300 Subject: [PATCH] test new docker --- .github/workflows/build-and-share.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build-and-share.yml b/.github/workflows/build-and-share.yml index b07c074..1f8f05e 100644 --- a/.github/workflows/build-and-share.yml +++ b/.github/workflows/build-and-share.yml @@ -14,32 +14,22 @@ jobs: build: runs-on: ubuntu-latest container: - image: insysbio/hetasimulator:latest + image: insysbio/qsp-platforms-builder:latest steps: - name: Checkout uses: actions/checkout@v4 with: persist-credentials: false - - name: Use Node.js 18.x - uses: actions/setup-node@v4 - with: - node-version: 18.x - name: Install and build run: | npm i -g heta-compiler@0.8.1 heta build - - name: Set up R 3.6 - uses: r-lib/actions/setup-r@v2 - with: - r-version: '3.6' - name: Run R code run: | - Rscript -e 'install.packages(c("lattice", "mrgsolve"));' Rscript ./R/run-mrgsolve.R - name: HetaSimulator run run: | - julia -e 'using Pkg; Pkg.add("Plots")' pwd julia ./julia/run.jl - name: Copy other files to dist