Skip to content

Commit a14e3af

Browse files
authored
Update test-pymadng.yml to MAD 0.9.8
1 parent 4029ef8 commit a14e3af

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.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
36+
curl https://madx.web.cern.ch/madx/releases/madng/0.9/mad-linux-0.9.8 -o ./src/pymadng/bin/mad_Linux
37+
curl https://madx.web.cern.ch/madx/releases/madng/0.9/mad-macos-0.9.8 -o ./src/pymadng/bin/mad_Darwin
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)