We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0903faa commit b7be00aCopy full SHA for b7be00a
1 file changed
.github/workflows/_linux_test.yml
@@ -17,6 +17,9 @@ jobs:
17
run: |
18
pip install . -v
19
pip install pytest
20
+ - name: Update permissions
21
+ run: |
22
+ sudo chmod 755 /opt/hostedtoolcache/Python/3.10.12/x64/pyrclone/rclone
23
- name: Test with pytest
24
25
make test
0 commit comments