diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77feaa9..94aa28b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/requirements.txt b/requirements.txt index d78043f..74e58a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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