From 0390bcccd167e590e271b0164f7fa0919c6b5c25 Mon Sep 17 00:00:00 2001 From: Alex Tate <0xalextate@gmail.com> Date: Tue, 5 Dec 2023 15:13:31 -0800 Subject: [PATCH] Attempting to fix Cython dependency issue. Masking most of the test matrix until I get a successful run --- .github/workflows/check.yml | 10 +++++----- dev-requirements.txt | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 509bd5f..98457ae 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -16,14 +16,14 @@ jobs: matrix: os: - Ubuntu - - MacOs +# - MacOs py: - - 3.11 +# - 3.11 - 3.10 - - 3.9 - - 3.8 +# - 3.9 +# - 3.8 steps: - - name: Setup Python for tox + - name: Setup Python uses: actions/setup-python@v4 with: python-version: '3.10' diff --git a/dev-requirements.txt b/dev-requirements.txt index b5cfcb3..8aae0c8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,2 +1,3 @@ tox<4 -tox-conda \ No newline at end of file +tox-conda +cython \ No newline at end of file