Skip to content

Commit

Permalink
⬆️ code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jun 6, 2023
1 parent b507f0d commit 9e249b8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ jobs:
- name: Install conda-forge dependencies
run: |
# conda install -c conda-forge python=3.9
# conda install -c conda-forge graph-tool
conda install -c conda-forge python-igraph
conda install -c conda-forge python-igraph pulp
# conda install -c conda-forge pulp
# conda install -c conda-forge pyclustering
conda install pytest flake8
# conda config --append channels conda-forge
# conda install graph-tool
- name: Install cdlib deps
run: |
conda config --append channels giuliorossetti
Expand Down

0 comments on commit 9e249b8

Please sign in to comment.