Skip to content

Commit 38570df

Browse files
authored
Move the chmod to earlier in the script
1 parent 4178429 commit 38570df

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 https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.1 -o ./src/pymadng/bin/mad_Linux
3737
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
3839
- name: Install dependencies
3940
run: |
4041
python -m pip install --upgrade pip
4142
python -m pip install -e .[tfs]
4243
- name: Test with python
4344
run: |
44-
chmod +x ./src/pymadng/bin/mad_Linux ./src/pymadng/bin/mad_Darwin
4545
python -m unittest tests/*.py

0 commit comments

Comments
 (0)