Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12'] #'3.13'
python-version: ['3.9', '3.10', '3.11', '3.12'] #'3.13'

steps:
- uses: actions/checkout@v4
Expand All @@ -22,6 +22,7 @@ jobs:
python -m pip install pytest pytest-mock pytest-cov
pip install -r requirements.txt
pip install CytofDR
python -m pip install setuptools
python setup.py install
- name: Test with pytest
run: |
Expand Down
Loading