Skip to content

Commit 0826764

Browse files
authored
use cmd shell
1 parent a6c4bfe commit 0826764

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ironpython.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Install dependencies
17+
shell: cmd
1718
run: |
1819
echo "Installing IronPython..."
1920
choco install ironpython --version=2.7.8.1
@@ -48,12 +49,14 @@ jobs:
4849
source: src/compas_fab/ghpython/components
4950
target: src/compas_fab/ghpython/components/ghuser
5051
- name: Test import
52+
shell: cmd
5153
run: |
5254
echo "Testing import of compas_fab..."
5355
ipy -m compas_fab
5456
env:
5557
IRONPYTHONPATH: ./src;./compas/src;./compas_robots/src
5658
- name: Run tests
59+
shell: cmd
5760
run: |
5861
echo "Running tests..."
5962
ipy tests/ipy_test_runner.py

0 commit comments

Comments
 (0)