Skip to content

Commit

Permalink
📝 conda action
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jun 6, 2023
1 parent 66d2ec9 commit 4bb7a4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,12 @@ jobs:
conda config --append channels giuliorossetti
conda config --append channels conda-forge
conda config --set channel_priority flexible
# conda config --set channel_priority false
conda config --set channel_priority false
conda install python=3.9
conda install pulp flake8
conda env update --file environment.yml --name base
# conda install -c conda-forge python-igraph pulp
# conda install -c conda-forge pulp
# - name: Install cdlib deps
# run: |
# conda config --set channel_priority flexible
# conda config --append channels giuliorossetti
# conda env update --file environment.yml --name base
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -47,4 +39,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pip install pytest pytest-cov
pip install coveralls
pytest
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"networkit",
"pycombo",
"leidenalg",
"karateclub",
]
},
packages=find_packages(
Expand Down

0 comments on commit 4bb7a4d

Please sign in to comment.