Skip to content

Commit

Permalink
Move into build dir and import directly
Browse files Browse the repository at this point in the history
  • Loading branch information
PucklaJ committed Feb 16, 2024
1 parent 5c414e4 commit 2444399
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ jobs:
python-version: '3.11'
- run: xmake f -yvD -p linux -a x86_64 -k static -m release --build_python=y
- run: xmake -wvD
- run: ls -la build/linux/x86_64/release
- run: ${{ env.CREATE_PYTHON_SYMLINK_LINUX }}
- run: printf 'import dynareadout as dro\ntry:\n\tb = dro.Binout("hello")\nexcept RuntimeError as e:\n\tprint(e)\n' | python
- run: ls -la --color=always build/linux/x86_64/release
- run: cd build/linux/x86_64/release && printf 'import dynareadout as dro\ntry:\n\tb = dro.Binout("hello")\nexcept RuntimeError as e:\n\tprint(e)\n' | python


windows-x64-static:
Expand Down

0 comments on commit 2444399

Please sign in to comment.