mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 14:47:50 -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
|
||||
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
|
||||
|
Reference in New Issue
Block a user