Skip to content

Commit 52e89bf

Browse files
authored
Merge pull request #30 from AymarN/ChangeGitActionsRevisited
Change actions
2 parents 4f0864a + b1a015d commit 52e89bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeskulptor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up python ${{ matrix.python-version }}
15-
- uses: actions/setup-node@v2
15+
uses: actions/setup-node@v2
16+
with:
17+
python-version: ${{ matrix.python-version }}
1618
- name: Install CodeSkulptor CLI
1719
run: |
1820
git clone https://github.com/shreyasminocha/csk-cli

0 commit comments

Comments
 (0)