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 fd516b1 commit b2a6deaCopy full SHA for b2a6dea
.github/workflows/test-pass.yml
@@ -83,12 +83,6 @@ jobs:
83
- name: Set read permissions for .ply file
84
run: |
85
icacls ${{github.workspace}}/tests/test_data/roof_quarter.ply /grant Everyone:R
86
- - name: Verify file path and case sensitivity
87
- run: |
88
- if not exist ${{github.workspace}}/tests/test_data/roof_quarter.ply (
89
- echo "File path or case sensitivity issue"
90
- exit 1
91
- )
92
- name: Print .ply file content
93
94
type ${{github.workspace}}/tests/test_data/roof_quarter.ply
0 commit comments