File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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/*
You can’t perform that action at this time.
0 commit comments