mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 06:42:04 -03:00
ci: fix python on macos
* bump cffi * add Go
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user