Skip to content

Commit 4029ef8

Browse files
authored
Update test-pymadng.yml to 0.9.7 MAD
1 parent 11eedd4 commit 4029ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-pymadng.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Get MAD Binaries
3434
run: |
3535
mkdir ./src/pymadng/bin
36-
curl https://madx.web.cern.ch/madx/releases/madng/0.9/mad-linux-0.9.6 -o ./src/pymadng/bin/mad_Linux
37-
curl https://madx.web.cern.ch/madx/releases/madng/0.9/mad-macos-0.9.6 -o ./src/pymadng/bin/mad_Darwin
36+
curl https://madx.web.cern.ch/madx/releases/madng/0.9/mad-linux-0.9.7 -o ./src/pymadng/bin/mad_Linux
37+
curl https://madx.web.cern.ch/madx/releases/madng/0.9/mad-macos-0.9.7 -o ./src/pymadng/bin/mad_Darwin
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)