mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +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
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
- name: Install Go
|
||||||
|
uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: 1.19.x
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
cffi==1.14.1
|
cffi==1.16.0
|
||||||
pycparser==2.20
|
pycparser==2.20
|
||||||
|
Loading…
Reference in New Issue
Block a user