Skip to content

Commit 73a7672

Browse files
committed
Merge branch 'handling_improvements' of https://github.com/MethodicalAcceleratorDesign/MAD-NG.py into handling_improvements
2 parents 0bc10d6 + a14e3af commit 73a7672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-pymadng.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ 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
38-
chmod +x ./src/pymadng/bin/mad_Linux ./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
3938
- name: Install dependencies
4039
run: |
4140
python -m pip install --upgrade pip
4241
python -m pip install -e .[tfs]
4342
- name: Test with python
4443
run: |
44+
chmod +x ./src/pymadng/bin/mad_Linux ./src/pymadng/bin/mad_Darwin
4545
python -m unittest tests/*

0 commit comments

Comments
 (0)