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 f5248aa commit 8c92bbfCopy full SHA for 8c92bbf
.github/workflows/test-pymadng.yml
@@ -35,11 +35,11 @@ jobs:
35
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
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/*
0 commit comments