From ae62e58e02f58c173cdd3093c0dea9e65405ba5f Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Wed, 4 Oct 2023 18:29:57 -0700 Subject: [PATCH] Use no-ctypes branch of pytest-pyodide --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d82894711a6..735aa9be0c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,6 +33,11 @@ jobs: steps: - checkout + - run: + name: install no-ctypes branch of pytest-pyodide + command: | + pip install git+https://github.com/hoodmane/pytest-pyodide@no-ctypes + - restore_cache: keys: - -core-v20220915-{{ checksum "cpython/Makefile" }}-{{ checksum "Makefile.envs" }}