Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
yck011522 committed Sep 26, 2024
1 parent 7b0ca81 commit ed7075e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ironpython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
$Env:IRONPYTHONPATH = python -c "import sysconfig; print(sysconfig.get_path('purelib'))"
echo "Setting IRONPYTHONPATH to $Env:IRONPYTHONPATH"
- uses: fawazahmed0/action-debug-vscode@main

- name: Test import compas_fab
run: |
echo "Testing import of compas_fab..."
Expand All @@ -59,4 +61,3 @@ jobs:
source: src/compas_fab/ghpython/components
target: src/compas_fab/ghpython/components/ghuser

- uses: fawazahmed0/action-debug-vscode@main

0 comments on commit ed7075e

Please sign in to comment.