Skip to content

Commit fdacdab

Browse files
committed
removing colorama from release
1 parent f0be70e commit fdacdab

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ jobs:
2525
mv * /mvsce/
2626
shell: bash
2727

28-
- uses: BSFishy/pip-action@v1
29-
with:
30-
packages: colorama
28+
- name: Set up Python 3.8
29+
# uses: actions/setup-python@v1
30+
# with:
31+
# python-version: 3.8
32+
run: |
33+
apt-get update
34+
apt-get -yq install --no-install-recommends python3 python3-pip git
3135
3236
- name: Get git tag
3337
id: tag

0 commit comments

Comments
 (0)