Skip to content

Commit 82a4dc2

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/maintenance/v0.1.x' into maintenance/v0.1.x
2 parents 7ee0f91 + 2a80409 commit 82a4dc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.9', '3.10', '3.11', '3.12'] #'3.13'
11+
python-version: ['3.9', '3.10', '3.11', '3.12'] #'3.13'
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -22,6 +22,7 @@ jobs:
2222
python -m pip install pytest pytest-mock pytest-cov
2323
pip install -r requirements.txt
2424
pip install CytofDR
25+
python -m pip install setuptools
2526
python setup.py install
2627
- name: Test with pytest
2728
run: |

0 commit comments

Comments
 (0)