Skip to content

Commit 151f83e

Browse files
llcourageLIT team
authored andcommitted
Update lit_nlp ci workflow for github action.
PiperOrigin-RevId: 758268118
1 parent a32d30c commit 151f83e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,14 @@ jobs:
4545
uses: actions/setup-python@v4
4646
with:
4747
python-version: ${{ matrix.python-version }}
48+
- name: Upgrade pip
49+
run: python -m pip install --upgrade pip==23.2
4850
- name: Install LIT package with testing dependencies
4951
run: python -m pip install -e '.[test]'
52+
- name: Debug dependency tree
53+
run: |
54+
python -m pip install pipdeptree
55+
pipdeptree | grep decorator -A 5 || true
5056
- name: Test LIT
5157
run: pytest -v
5258
- name: Setup Node ${{ matrix.node-version }}

0 commit comments

Comments
 (0)