Skip to content

Commit 55d93eb

Browse files
authored
Merge pull request #53 from control-toolbox/ocots-patch-1
Update CI.yml
2 parents f33099d + 9e1a13e commit 55d93eb

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
1-
# [.github/workflows/CI.yml]
21
name: CI
2+
33
on:
44
push:
55
branches:
66
- main
77
tags: '*'
88
pull_request:
9+
910
jobs:
1011
call:
11-
strategy:
12-
matrix:
13-
version:
14-
- '1.10'
15-
- '1.11'
16-
os:
17-
- ubuntu-latest
18-
arch:
19-
- x64
2012
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
21-
with:
22-
version: ${{ matrix.version }}
23-
os: ${{ matrix.os }}
24-
arch: ${{ matrix.arch }}

docs/src/tutorial-iss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ where $[t]~= (x(t),p(t),u(x(t), p(t)))$.
8989

9090
## Shooting function
9191

92-
To achive our goal, let us first introduce the pseudo-Hamiltonian vector field
92+
To achieve our goal, let us first introduce the pseudo-Hamiltonian vector field
9393

9494
```math
9595
\vec{H}(z,u) = \left( \nabla_p H(z,u), -\nabla_x H(z,u) \right), \quad z = (x,p),

0 commit comments

Comments
 (0)