Skip to content

Commit dff4819

Browse files
authored
Merge pull request #274 from ilhamv/debug_workflow
Debug workflow
2 parents cb7991c + c84c23b commit dff4819

13 files changed

+2
-77
lines changed

.github/workflows/docs_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
run: |
2525
pip install --user . mcdc[docs]
2626
pip list
27-
- name: Patch Numba
28-
run : |
29-
bash .github/workflows/patch.sh
3027
- name: Build the Docs
3128
run: |
3229
cd docs
33-
make html
30+
make html

.github/workflows/manual_publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
python -m pip install --upgrade pip
3737
pip install .
3838
pip install build
39-
- name: Patch Numba
40-
run : |
41-
bash .github/workflows/patch.sh
4239
- name: Build package
4340
run: python -m build
4441
- name: Publish package distributions to PyPI

.github/workflows/patch.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/python-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
python -m pip install --upgrade pip
3636
pip install .
3737
pip install build
38-
- name: Patch Numba
39-
run : |
40-
bash .github/workflows/patch.sh
4138
- name: Build package
4239
run: python -m build
4340
- name: Publish package distributions to PyPI

.github/workflows/regression_test-numba_cpu.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
run: |
2525
pip install -e .
2626
pip list
27-
- name: Patch Numba
28-
run : |
29-
bash .github/workflows/patch.sh
3027
- name: Regression Test - Numba
3128
run: |
3229
cd test/regression

.github/workflows/regression_test-numba_cpu_mpi.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
run: |
2525
pip install -e .
2626
pip list
27-
- name: Patch Numba
28-
run : |
29-
bash .github/workflows/patch.sh
3027
- name: Regression Test - Numba and MPI
3128
run: |
3229
cd test/regression

.github/workflows/regression_test-numba_gpu.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
run: |
2727
pip install -e .
2828
pip list
29-
- name: Patch Numba
30-
run : |
31-
bash .github/workflows/patch.sh
3229
- name: Regression Test - Numba
3330
run: |
3431
cd test/regression

.github/workflows/regression_test-python.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
run: |
2525
pip install -e .
2626
pip list
27-
- name: Patch Numba
28-
run : |
29-
bash .github/workflows/patch.sh
3027
- name: Regression Test - Python
3128
run: |
3229
cd test/regression

.github/workflows/regression_test-python_mpi.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
run: |
2525
pip install -e .
2626
pip list
27-
- name: Patch Numba
28-
run : |
29-
bash .github/workflows/patch.sh
3027
- name: Regression Test - MPI
3128
run: |
3229
cd test/regression

.github/workflows/unit_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
pip install numpy numba h5py matplotlib scipy pytest colorama mpi4py ngsolve distinctipy
2727
pip list
2828
pip install -e .
29-
- name: Patch Numba
30-
run : |
31-
bash .github/workflows/patch.sh
3229
- name: Unit Test
3330
run : |
34-
pytest
31+
pytest

.github/workflows/verification_man_mpi_numba.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
#pip install numpy numba h5py matplotlib scipy pytest colorama mpi4py ngsolve distinctipy
2727
pip list
2828
pip install -e .
29-
- name: Patch Numba
30-
run : |
31-
bash .github/workflows/patch.sh
3229
- name: Verification Tests - Numba and MPI
3330
run: |
3431
cd test/verification/analytic

install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ done
4444
# Install MC/DC module (and the dependencies)
4545
pip install -e .
4646

47-
# Patch Numba
48-
bash patch_numba.sh
49-
5047
# Install pre-commit hook
5148
pre-commit install
5249

patch_numba.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)