Skip to content

Commit

Permalink
added perm check in pyb-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiridarivaki authored Apr 28, 2024
1 parent c3de0b9 commit cff1111
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pyb-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
run: |
source venv/bin/activate
export PYTHONPATH=$PYTHONPATH:/skillsync
- name: Ensure correct permissions
run: chmod +x skillsync/build.py

- name: Install PyBuilder
run: pip install pybuilder

Expand Down

0 comments on commit cff1111

Please sign in to comment.