Skip to content

Commit

Permalink
Maybe this time I get it
Browse files Browse the repository at this point in the history
  • Loading branch information
yck011522 committed Sep 26, 2024
1 parent ed7075e commit 75fb9b6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ironpython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,19 @@ jobs:
- uses: NuGet/[email protected]

- name: Point IRONPYTHONPATH to the CPYTHON installation
run: |
$Env:IRONPYTHONPATH = python -c "import sysconfig; print(sysconfig.get_path('purelib'))"
echo "Setting IRONPYTHONPATH to $Env:IRONPYTHONPATH"
- uses: fawazahmed0/action-debug-vscode@main
# - uses: fawazahmed0/action-debug-vscode@main

- name: Test import compas_fab
run: |
$Env:IRONPYTHONPATH = python -c "import sysconfig; print(sysconfig.get_path('purelib'))"
echo "Setting IRONPYTHONPATH to $Env:IRONPYTHONPATH"
echo "Testing import of compas_fab..."
ipy -m compas_fab
- name: Run tests
- name: Run ipy tests
run: |
$Env:IRONPYTHONPATH = python -c "import sysconfig; print(sysconfig.get_path('purelib'))"
echo "Setting IRONPYTHONPATH to $Env:IRONPYTHONPATH"
echo "Running tests..."
ipy tests/ipy_test_runner.py
Expand Down

0 comments on commit 75fb9b6

Please sign in to comment.