We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ee0f91 + 2a80409 commit 82a4dc2Copy full SHA for 82a4dc2
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- python-version: ['3.9', '3.10', '3.11', '3.12'] #'3.13'
+ python-version: ['3.9', '3.10', '3.11', '3.12'] #'3.13'
12
13
steps:
14
- uses: actions/checkout@v4
@@ -22,6 +22,7 @@ jobs:
22
python -m pip install pytest pytest-mock pytest-cov
23
pip install -r requirements.txt
24
pip install CytofDR
25
+ python -m pip install setuptools
26
python setup.py install
27
- name: Test with pytest
28
run: |
0 commit comments