Skip to content

Commit b997d22

Browse files
committed
...
1 parent 29223f3 commit b997d22

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,16 @@ jobs:
8282
ironpython-build:
8383
name: windows-ironpython
8484
runs-on: windows-latest
85-
env:
86-
IRONPYTHONPATH: ${{ env.GITHUB_WORKSPACE }}/src
8785
steps:
8886
- uses: actions/checkout@v2
87+
- name: Setting IronPython path
88+
run: echo "::add-path::${GITHUB_WORKSPACE}/src"
8989
- name: Install dependencies
9090
run: |
9191
choco install ironpython --version=2.7.8.1
9292
ipy -X:Frames -m ensurepip
9393
ipy -X:Frames -m pip install --no-deps compas roslibpy
9494
ipy -X:Frames -m pip install ironpython-pytest
95-
- name: Dump GitHub workspace
96-
run: echo "$GITHUB_WORKSPACE"
9795
- name: Run tests
9896
run: |
9997
ipy tests/ipy_test_runner.py

0 commit comments

Comments
 (0)