Skip to content

Commit 326345f

Browse files
committed
Remove deleted pip-compile job from all-checks.yml
Delete extraneous workflow to check dep resolution Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
1 parent 25d50e6 commit 326345f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/all-checks.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@ jobs:
5757
python-version: ${{ matrix.python-version }}
5858
branch: ${{ inputs.branch }}
5959

60-
pip-compile:
61-
strategy:
62-
matrix:
63-
os: [ windows-latest, ubuntu-latest ]
64-
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
65-
uses: ./.github/workflows/pip-compile.yml
66-
with:
67-
os: ${{ matrix.os }}
68-
python-version: ${{ matrix.python-version }}
69-
branch: ${{ inputs.branch }}
70-
7160
detect-secrets:
7261
strategy:
7362
matrix:

0 commit comments

Comments
 (0)