Skip to content

Commit

Permalink
Use no-ctypes branch of pytest-pyodide
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Oct 5, 2023
1 parent 28f2e2b commit ae62e58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down

0 comments on commit ae62e58

Please sign in to comment.