diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27b6379f..e3298d9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,6 +52,12 @@ jobs: conda list python -m site + - name: fix cffi + if: runner.os == 'macOS' + shell: bash -l {0} + run: | + pip install cffi --force + - name: build and test shell: bash -l {0} run: >