Skip to content

Commit 764c9e0

Browse files
committed
fix auto pytest for github
1 parent 366a187 commit 764c9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Make IfcConvert executable
3232
run: |
33-
chmod +x src/bim2fem/bim2glb/ifc_convert/linux/IfcConvert
33+
chmod +x src/bim2glb/ifc_convert/linux/IfcConvert
3434
3535
- name: Run tests
3636
run: |

0 commit comments

Comments
 (0)