Skip to content

Commit ea926b5

Browse files
authored
Disable pip steps to debug timeouts
1 parent d0b0131 commit ea926b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/udk-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
${{ github.workspace }}/UDKTests/requirements.txt
5252
${{ github.workspace }}/DevUtils/requirements.txt
5353
54-
- run: python -m pip install --upgrade pip
55-
- run: pip install -r ${{ github.workspace }}/UDKTests/requirements.txt
56-
- run: pip install -r ${{ github.workspace }}/DevUtils/requirements.txt
54+
# - run: python -m pip install --upgrade pip
55+
# - run: pip install -r ${{ github.workspace }}/UDKTests/requirements.txt
56+
# - run: pip install -r ${{ github.workspace }}/DevUtils/requirements.txt
5757

5858
- run: python --version
5959

0 commit comments

Comments
 (0)