Skip to content

Commit

Permalink
removed verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Sep 12, 2024
1 parent 73d991c commit 9119c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install uv
uv pip install ${{ matrix.uv-arg }} --system -r requirements.txt --verbose
uv pip install ${{ matrix.uv-arg }} --system -r torch_requirements.txt --index-url https://download.pytorch.org/whl/cpu --verbose
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
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
- name: Analyzing the code with pylint
if: ${{ matrix.os != 'windows-latest' }} # Windows throws strange linting errors
run: |
Expand Down

0 comments on commit 9119c38

Please sign in to comment.