We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0be70e commit fdacdabCopy full SHA for fdacdab
.github/workflows/release.yml
@@ -25,9 +25,13 @@ jobs:
25
mv * /mvsce/
26
shell: bash
27
28
- - uses: BSFishy/pip-action@v1
29
- with:
30
- packages: colorama
+ - name: Set up Python 3.8
+ # uses: actions/setup-python@v1
+ # with:
31
+ # python-version: 3.8
32
+ run: |
33
+ apt-get update
34
+ apt-get -yq install --no-install-recommends python3 python3-pip git
35
36
- name: Get git tag
37
id: tag
0 commit comments