Skip to content

Commit 11eedd4

Browse files
authored
Change to test with 0.9.6
1 parent 8c92bbf commit 11eedd4

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

0 commit comments

Comments
 (0)