Skip to content

Commit

Permalink
Add term color dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
academo committed Jul 13, 2021
1 parent 0b80290 commit b71cd6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ jobs:
build-binary:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v2
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: PyInstaller Linux
uses: JackMcKew/pyinstaller-action-linux@main
with:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ pycodestyle==2.7.0
pyflakes==2.3.1
pyinstaller==4.3
pyinstaller-hooks-contrib==2021.2
termcolor==1.1.0
toml==0.10.2
yapf==0.31.0

0 comments on commit b71cd6c

Please sign in to comment.