Skip to content

Commit

Permalink
ci: make sure bins are executable on github
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Nov 3, 2023
1 parent 35ed094 commit 0407c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install .[dev,test]
python -c 'from cruise.src.util import chmod_bins_exec; chmod_bins_exec()'
- name: Test stub run
run: |
cd tests/
Expand Down

0 comments on commit 0407c5b

Please sign in to comment.