Skip to content

kumiori is learning GitHub Actions #14

kumiori is learning GitHub Actions

kumiori is learning GitHub Actions #14

Workflow file for this run

name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on:
push:
branches:
- '*'
jobs:
build-image-and-run-tests:
runs-on: ubuntu-latest
container: kumiori3/numerix:stable
steps:
- name: Checkout code
uses: actions/checkout@v4
# - name: Run Docker container
# run: docker run --rm -v "${{ github.workspace }}":/home/numerix -w /home/numerix kumiori3/numerix:stable
- name: Install Irrevolutions
run: pip install .