Skip to content

Commit 7f02dfa

Browse files
authored
Merge pull request #19 from cpunion/py3
Use python3-embed
2 parents 310577c + bc2b4af commit 7f02dfa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ jobs:
4848
- ubuntu-24.04
4949
runs-on: ${{matrix.os}}
5050
steps:
51-
- name: Install Python 3.12 (macOS only)
52-
run: brew install python@3.12
53-
if: startsWith(matrix.os, 'macos')
54-
- name: Set up Python 3.12 (Ubuntu only)
55-
run: sudo apt-get install -y python3.12-dev
56-
if: startsWith(matrix.os, 'ubuntu')
57-
5851
- uses: actions/checkout@v4
5952

6053
- name: Set up Go

0 commit comments

Comments
 (0)