Skip to content

Commit

Permalink
Attempting to fix Cython dependency issue. Masking most of the test m…
Browse files Browse the repository at this point in the history
…atrix until I get a successful run
  • Loading branch information
AlexTate committed Dec 5, 2023
1 parent 935c718 commit 0390bcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
tox<4
tox-conda
tox-conda
cython

0 comments on commit 0390bcc

Please sign in to comment.