Skip to content

Commit

Permalink
ci: fix python on macos
Browse files Browse the repository at this point in the history
 * bump cffi
 * add Go
  • Loading branch information
bzz committed May 11, 2024
1 parent 314ed3a commit e6c8cf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pyTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cffi==1.14.1
cffi==1.16.0
pycparser==2.20

0 comments on commit e6c8cf4

Please sign in to comment.