mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-12-05 00:00:34 +00:00
ci: fix python on macos
* bump cffi * add Go
This commit is contained in:
parent
314ed3a388
commit
e6c8cf49c2
4
.github/workflows/pyTest.yml
vendored
4
.github/workflows/pyTest.yml
vendored
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
cffi==1.14.1
|
||||
cffi==1.16.0
|
||||
pycparser==2.20
|
||||
|
Loading…
Reference in New Issue
Block a user