Skip to content

Commit

Permalink
test new docker
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jun 27, 2024
1 parent d762200 commit a042e7a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-and-share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a042e7a

Please sign in to comment.