From 8ea2eb34a537c070bd908a2526567a51ef25db50 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Tue, 10 Dec 2024 08:52:16 -0700 Subject: [PATCH] wip --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4501b3b..af97d25 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,4 +28,7 @@ jobs: - run: cabal update - run: sudo apt install x11-apps python3-pytest python3-cffi python3-pytest-xdist flake8 - run: git clone https://gitlab.freedesktop.org/xorg/proto/xcbproto.git proto && cd proto && git checkout ${{ matrix.xcbver }} + - run: which python3 + - run: which pytest3 + - run: env - run: make XCBDIR=./proto/src check