Skip to content

Commit

Permalink
Merge pull request #274 from ilhamv/debug_workflow
Browse files Browse the repository at this point in the history
Debug workflow
  • Loading branch information
ilhamv authored Jan 20, 2025
2 parents cb7991c + c84c23b commit dff4819
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 77 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docs_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
run: |
pip install --user . mcdc[docs]
pip list
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
- name: Build the Docs
run: |
cd docs
make html
make html
3 changes: 0 additions & 3 deletions .github/workflows/manual_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
python -m pip install --upgrade pip
pip install .
pip install build
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
- name: Build package
run: python -m build
- name: Publish package distributions to PyPI
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/patch.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
python -m pip install --upgrade pip
pip install .
pip install build
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
- name: Build package
run: python -m build
- name: Publish package distributions to PyPI
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/regression_test-numba_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
run: |
pip install -e .
pip list
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
- name: Regression Test - Numba
run: |
cd test/regression
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/regression_test-numba_cpu_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
run: |
pip install -e .
pip list
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
- name: Regression Test - Numba and MPI
run: |
cd test/regression
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/regression_test-numba_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
run: |
pip install -e .
pip list
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
- name: Regression Test - Numba
run: |
cd test/regression
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/regression_test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
run: |
pip install -e .
pip list
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
- name: Regression Test - Python
run: |
cd test/regression
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/regression_test-python_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
run: |
pip install -e .
pip list
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
- name: Regression Test - MPI
run: |
cd test/regression
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
pip install numpy numba h5py matplotlib scipy pytest colorama mpi4py ngsolve distinctipy
pip list
pip install -e .
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
- name: Unit Test
run : |
pytest
pytest
3 changes: 0 additions & 3 deletions .github/workflows/verification_man_mpi_numba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
#pip install numpy numba h5py matplotlib scipy pytest colorama mpi4py ngsolve distinctipy
pip list
pip install -e .
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
- name: Verification Tests - Numba and MPI
run: |
cd test/verification/analytic
Expand Down
3 changes: 0 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ done
# Install MC/DC module (and the dependencies)
pip install -e .

# Patch Numba
bash patch_numba.sh

# Install pre-commit hook
pre-commit install

Expand Down
21 changes: 0 additions & 21 deletions patch_numba.sh

This file was deleted.

0 comments on commit dff4819

Please sign in to comment.