Skip to content

Commit bec2a2c

Browse files
committed
[*] remove actions/setup-python since we anyway download the Python installer
1 parent 26d5cb2 commit bec2a2c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jobs:
1313

1414
- name: Checkout code
1515
uses: actions/checkout@v2
16-
- name: Set up Python 3.9
17-
uses: actions/setup-python@v2
18-
with:
19-
python-version: '3.9'
16+
2017
- name: Build project # This would actually build your project, using zip for an example artifact
2118
run: |
2219
.\make.bat

0 commit comments

Comments
 (0)