Skip to content

Commit 3308c0c

Browse files
authored
Update Python and Node.js setup actions in workflow
1 parent 1bde87e commit 3308c0c

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,12 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Setup Python
37-
<<<<<<< before updating
38-
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
39-
=======
4037
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
41-
>>>>>>> after updating
4238
with:
4339
version: "3.11"
4440

4541
- name: Setup Node.js
46-
<<<<<<< before updating
47-
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
48-
=======
4942
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
50-
>>>>>>> after updating
5143
with:
5244
version: 22.x
5345

@@ -87,20 +79,12 @@ jobs:
8779
run: make dist
8880

8981
- name: Test wheel
90-
<<<<<<< before updating
91-
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
92-
=======
9382
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
94-
>>>>>>> after updating
9583
with:
9684
module: python_template_js
9785

9886
- name: Test source distribution
99-
<<<<<<< before updating
100-
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
101-
=======
10287
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
103-
>>>>>>> after updating
10488
with:
10589
module: python_template_js
10690

0 commit comments

Comments
 (0)