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 4178429 commit 38570dfCopy full SHA for 38570df
.github/workflows/test-pymadng.yml
@@ -35,11 +35,11 @@ jobs:
35
mkdir ./src/pymadng/bin
36
curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.1 -o ./src/pymadng/bin/mad_Linux
37
curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.1 -o ./src/pymadng/bin/mad_Darwin
38
+ chmod +x ./src/pymadng/bin/mad_Linux ./src/pymadng/bin/mad_Darwin
39
- name: Install dependencies
40
run: |
41
python -m pip install --upgrade pip
42
python -m pip install -e .[tfs]
43
- name: Test with python
44
- chmod +x ./src/pymadng/bin/mad_Linux ./src/pymadng/bin/mad_Darwin
45
python -m unittest tests/*.py
0 commit comments