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.
1 parent a6c4bfe commit 0826764Copy full SHA for 0826764
.github/workflows/ironpython.yml
@@ -14,6 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: Install dependencies
17
+ shell: cmd
18
run: |
19
echo "Installing IronPython..."
20
choco install ironpython --version=2.7.8.1
@@ -48,12 +49,14 @@ jobs:
48
49
source: src/compas_fab/ghpython/components
50
target: src/compas_fab/ghpython/components/ghuser
51
- name: Test import
52
53
54
echo "Testing import of compas_fab..."
55
ipy -m compas_fab
56
env:
57
IRONPYTHONPATH: ./src;./compas/src;./compas_robots/src
58
- name: Run tests
59
60
61
echo "Running tests..."
62
ipy tests/ipy_test_runner.py
0 commit comments