Skip to content

Commit 8c92bbf

Browse files
authored
Update test-pymadng.yml
1 parent f5248aa commit 8c92bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pymadng.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
mkdir ./src/pymadng/bin
3636
curl http://madx.web.cern.ch/madx/releases/madng/madng-linux-latest -o ./src/pymadng/bin/mad_Linux
3737
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
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/*

0 commit comments

Comments
 (0)