Skip to content

Commit 9e011e9

Browse files
authored
ci: remove python configuration from CI setup (trufflesuite#4238)
1 parent 57f0423 commit 9e011e9

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/push.yml

-23
Original file line numberDiff line numberDiff line change
@@ -55,29 +55,6 @@ jobs:
5555
if: startsWith(matrix.os, 'windows-')
5656
uses: microsoft/setup-msbuild@v1.1
5757

58-
- name: install node tools
59-
# we don't need to install the windows-build-tools package, as we
60-
# already have almost everything we need. We only need to install
61-
# python 2.7. Also windows-build-tools@4 fails to install because some
62-
# resources it downloads no longer exist, and windows-build-tools@5
63-
# fails to install Python (it will wait on the python installer forever)
64-
if: startsWith(matrix.os, 'windows-')
65-
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 #v4.4.0
66-
with:
67-
python-version: "2.7"
68-
69-
- name: install node-gyp
70-
if: startsWith(matrix.os, 'windows-')
71-
run: npm install --global node-gyp@7.1.2
72-
73-
- name: Set node config to use python2.7
74-
if: startsWith(matrix.os, 'windows-')
75-
run: npm config set python python2.7
76-
77-
- name: Set node config to set msvs_version to 2019
78-
if: startsWith(matrix.os, 'windows-')
79-
run: npm config set msvs_version 2019 --global
80-
8158
- run: npm ci
8259
- run: npm run tsc
8360
- run: npm test

0 commit comments

Comments
 (0)