We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b0131 commit ea926b5Copy full SHA for ea926b5
.github/workflows/udk-tests.yaml
@@ -51,9 +51,9 @@ jobs:
51
${{ github.workspace }}/UDKTests/requirements.txt
52
${{ github.workspace }}/DevUtils/requirements.txt
53
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
+ # - run: python -m pip install --upgrade pip
+ # - run: pip install -r ${{ github.workspace }}/UDKTests/requirements.txt
+ # - run: pip install -r ${{ github.workspace }}/DevUtils/requirements.txt
57
58
- run: python --version
59
0 commit comments