Skip to content

Commit 80a400c

Browse files
authored
Fix ipy build error (#226)
1 parent 003ab05 commit 80a400c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ironpython.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414
runs-on: windows-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Setting IronPython path
18-
run: echo "IRONPYTHONPATH=$GITHUB_WORKSPACE/src" >> $GITHUB_ENV
1917
- name: Install dependencies
2018
run: |
21-
echo IRONPYTHONPATH=$IRONPYTHONPATH
2219
choco install ironpython --version=2.7.8.1
2320
ipy -X:Frames -m ensurepip
2421
ipy -X:Frames -m pip install --no-deps compas roslibpy
2522
ipy -X:Frames -m pip install ironpython-pytest
2623
- name: Run tests
24+
env:
25+
IRONPYTHONPATH: ./src
2726
run: |
2827
ipy tests/ipy_test_runner.py

0 commit comments

Comments
 (0)