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 d994e07 commit 1d22eb2Copy full SHA for 1d22eb2
.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/releases/madng/1.1/mad-linux-1.1.0 -o ./src/pymadng/bin/mad_Linux
37
- curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.0 -o ./src/pymadng/bin/mad_Darwin
+ curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.1 -o ./src/pymadng/bin/mad_Linux
+ curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.1 -o ./src/pymadng/bin/mad_Darwin
38
- name: Install dependencies
39
40
python -m pip install --upgrade pip
0 commit comments