Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Al-Jarrah committed Nov 28, 2023
1 parent c5093e9 commit 7ec6992
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/generator-publish-sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ jobs:
find ./ -name \*.yaml -exec cp {} ../../../../release/"${{github.event.inputs.name}}"/src/ \;
- name: Format Code
run: |
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements-dev.txt
sudo pip3 install -r requirements-dev.txt
sudo python3 -m docformatter --recursive --black --in-place --close-quotes-on-newline release
isort release
Expand Down

0 comments on commit 7ec6992

Please sign in to comment.