We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11eedd4 commit 4029ef8Copy full SHA for 4029ef8
.github/workflows/test-pymadng.yml
@@ -33,8 +33,8 @@ jobs:
33
- name: Get MAD Binaries
34
run: |
35
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
+ curl https://madx.web.cern.ch/madx/releases/madng/0.9/mad-linux-0.9.7 -o ./src/pymadng/bin/mad_Linux
+ curl https://madx.web.cern.ch/madx/releases/madng/0.9/mad-macos-0.9.7 -o ./src/pymadng/bin/mad_Darwin
38
- name: Install dependencies
39
40
python -m pip install --upgrade pip
0 commit comments