Skip to content

Update Tutorials 2 and 3 #10

Update Tutorials 2 and 3

Update Tutorials 2 and 3 #10

Workflow file for this run

name: Test-CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: "1.6"
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1