We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f0864a + b1a015d commit 52e89bfCopy full SHA for 52e89bf
.github/workflows/codeskulptor.yml
@@ -12,7 +12,9 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- name: Set up python ${{ matrix.python-version }}
15
- - uses: actions/setup-node@v2
+ uses: actions/setup-node@v2
16
+ with:
17
+ python-version: ${{ matrix.python-version }}
18
- name: Install CodeSkulptor CLI
19
run: |
20
git clone https://github.com/shreyasminocha/csk-cli
0 commit comments