Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
cpunion committed Nov 22, 2024
1 parent 019595d commit 46fc63e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gopy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
with:
go-version: 1.23

- name: Test env
run: echo $PATH

- name: Test env on powershell
shell: powershell
run: echo $env:PATH

- name: Install gopy
run: go install ./cmd/gopy

Expand All @@ -49,6 +56,7 @@ jobs:
$HOME/foo/.deps/tiny-pkg-config/pkg-config --cflags python3-embed
gopy build -o foo.exe .
gopy exec ls -lh
export GP_INJECT_DEBUG=1
./foo.exe
- name: Test run project
Expand Down

0 comments on commit 46fc63e

Please sign in to comment.