Skip to content

Commit

Permalink
Change Binaries from 0.9.6 to 0.9.7-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
jgray-19 committed Sep 6, 2023
1 parent b663cb0 commit 3dbb62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pymadng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Get MAD Binaries
run: |
mkdir src/pymadng/bin
curl http://madx.web.cern.ch/madx/releases/madng/0.9/mad-linux-0.9.6 -o src/pymadng/bin/mad_Linux
curl http://madx.web.cern.ch/madx/releases/madng/0.9/mad-macos-0.9.6 -o src/pymadng/bin/mad_Darwin
curl http://madx.web.cern.ch/madx/releases/madng/0.9/mad-linux-0.9.7-pre -o src/pymadng/bin/mad_Linux
curl http://madx.web.cern.ch/madx/releases/madng/0.9/mad-macos-0.9.7-pre -o src/pymadng/bin/mad_Darwin
chmod +x src/pymadng/bin/mad_Linux src/pymadng/bin/mad_Darwin
- name: Install dependencies
run: |
Expand Down

0 comments on commit 3dbb62a

Please sign in to comment.