Skip to content

Commit

Permalink
idem
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfougeron committed Jul 19, 2023
1 parent 4a50f9e commit 775ef6e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/build_all_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
#
# - name: Install python build dependencies
# run: |
# pip install --upgrade pip
# pip install build
# #
# - name: Build for Ubuntu
# run: python -m build
# #
# - name: Install locally with pip
# run: pip install .[full]
#
- name: Install python build dependencies
run: |
pip install --upgrade pip
pip install scipy numpy matplotlib sparseqr==1.2 networkx mpmath
pip install build
#
- name: Build for Ubuntu
run: python -m build
#
- name: Install locally with pip
run: pip install .[full]
#
- name: Run setup.py
run: python setup.py build_ext
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/unit_tests_on_diverse_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,17 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
conda install -c conda-forge -y suitesparse clang plantuml openmp
# #
#
- name: Install python build dependencies
run: |
pip install --upgrade pip
pip install .[cli,docs,test,build]
#
pip install scipy numpy matplotlib sparseqr==1.2 networkx mpmath
python setup.py build_ext --inplace
# - name: Install python build dependencies
# run: |
# pip install --upgrade pip
# pip install .[cli,docs,test,build]
# #
- name: Run tests
run: |
pytest
Expand Down

0 comments on commit 775ef6e

Please sign in to comment.