Skip to content

Commit

Permalink
runs on container
Browse files Browse the repository at this point in the history
  • Loading branch information
d2f4d131d9eac6cc27e3d6245ab1476b committed Mar 23, 2024
1 parent b228d67 commit 6030fbd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/learn-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ on:
jobs:
build-image-and-run-tests:
runs-on: ubuntu-latest
container: kumiori3/numerix:stable

steps:
- name: Checkout code
uses: actions/checkout@v4

# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v1

- name: Run Docker container
run: docker run --rm -v "$(pwd)":/home/numerix -w /home/numerix kumiori3/numerix:stable
# - 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 .

0 comments on commit 6030fbd

Please sign in to comment.