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 c2eab3b commit 35dead4Copy full SHA for 35dead4
.github/workflows/ci_e2e_workflow.yml
@@ -65,6 +65,8 @@ jobs:
65
retry 5 python setup.py build
66
retry 5 python setup.py webhost --branch-name=dev
67
retry 5 python setup.py extension
68
+ - name: Grant execute permission
69
+ run: chmod +x .github/Scripts/e2e-tests.sh
70
- name: Running 3.7 Tests
71
if: matrix.python-version == 3.7
72
env:
0 commit comments