Skip to content

Commit

Permalink
move setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
dbdimitrov committed May 8, 2023
1 parent d218e3f commit 11156dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov git+https://github.com/saezlab/omnipath adjustText numpydoc
python -m pip install flake8 pytest pytest-cov git+https://github.com/saezlab/omnipath adjustText numpydoc setuptools
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -4,7 +4,6 @@ pandas
statsmodels
anndata
scanpy
setuptools
plotnine
tqdm
pytest
Expand Down

0 comments on commit 11156dd

Please sign in to comment.