Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit b59f99d

Browse files
author
Natalie
committed
chore(gh-actions): add python setup
1 parent ea5ac15 commit b59f99d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
name: drafter
5151

5252
- run: npm install
53+
- uses: actions/setup-python@v2
54+
with:
55+
python-version: '2.x'
5356
- run:
5457
command: |
5558
cd ext/protagonist/drafter

0 commit comments

Comments
 (0)