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 003ab05 commit 80a400cCopy full SHA for 80a400c
.github/workflows/ironpython.yml
@@ -14,15 +14,14 @@ jobs:
14
runs-on: windows-latest
15
steps:
16
- uses: actions/checkout@v2
17
- - name: Setting IronPython path
18
- run: echo "IRONPYTHONPATH=$GITHUB_WORKSPACE/src" >> $GITHUB_ENV
19
- name: Install dependencies
20
run: |
21
- echo IRONPYTHONPATH=$IRONPYTHONPATH
22
choco install ironpython --version=2.7.8.1
23
ipy -X:Frames -m ensurepip
24
ipy -X:Frames -m pip install --no-deps compas roslibpy
25
ipy -X:Frames -m pip install ironpython-pytest
26
- name: Run tests
+ env:
+ IRONPYTHONPATH: ./src
27
28
ipy tests/ipy_test_runner.py
0 commit comments