Skip to content

Commit

Permalink
added verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Sep 12, 2024
1 parent 9db0ee6 commit 4ffd89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install uv
uv pip install ${{ matrix.uv-arg }} --system -r requirements.txt
uv pip install ${{ matrix.uv-arg }} --system -r torch_requirements.txt --index-url https://download.pytorch.org/whl/cpu
uv pip install ${{ matrix.uv-arg }} --system --no-index -r torch_extra_requirements.txt -f https://data.pyg.org/whl/torch-2.4.0+cpu.html
uv pip install ${{ matrix.uv-arg }} --system --no-index -r torch_extra_requirements.txt -f https://data.pyg.org/whl/torch-2.4.0+cpu.html --verbose
- name: Analyzing the code with pylint
if: ${{ matrix.os != 'windows-latest' }} # Windows throws strange linting errors
run: |
Expand Down

0 comments on commit 4ffd89c

Please sign in to comment.