Skip to content

Commit

Permalink
removing colorama from release
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframed committed Mar 9, 2023
1 parent f0be70e commit fdacdab
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ jobs:
mv * /mvsce/
shell: bash

- uses: BSFishy/pip-action@v1
with:
packages: colorama
- name: Set up Python 3.8
# uses: actions/setup-python@v1
# with:
# python-version: 3.8
run: |
apt-get update
apt-get -yq install --no-install-recommends python3 python3-pip git
- name: Get git tag
id: tag
Expand Down

0 comments on commit fdacdab

Please sign in to comment.