Skip to content

Commit 5c70030

Browse files
committed
Merge branch 'feature/edit-action' of https://github.com/kiyu-git/Serial-Plot-Tools into feature/edit-action
2 parents 8499f79 + be65906 commit 5c70030

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
test:
@@ -19,6 +19,11 @@ jobs:
1919
with:
2020
node-version: 18
2121
cache: npm
22+
23+
- name: Setup Python
24+
uses: actions/setup-python@v2
25+
with:
26+
python-version: '3.10'
2227

2328
- name: npm install
2429
run: |

0 commit comments

Comments
 (0)