From 5472b04931dbeafc76d32ceeb779159ca1288ea3 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 19 Feb 2024 09:24:01 +0100 Subject: [PATCH] Make another cffi_constraint path absolute. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96e92a9..1183ff4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -201,7 +201,7 @@ jobs: echo "cffi @ git+https://github.com/python-cffi/cffi.git@954cab4f889fb019a7f90df153ee1be501495f58" > cffi_constraint.txt # Use "--pre" here because dependencies with support for this future # Python release may only be available as pre-releases - PIP_CONSTRAINT=cffi_constraint.txt pip install --pre .[test] + PIP_CONSTRAINT=$PWD/cffi_constraint.txt pip install --pre .[test] - name: Install zope.security and dependencies if: matrix.python-version != '3.13.0-alpha - 3.13.0' run: |