Skip to content

Commit

Permalink
enable verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Dec 4, 2024
1 parent 8885381 commit 7d645ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
requirements/requirements*.txt
- name: Update setuptools/wheel
run: uv pip install -U setuptools wheel
run: uv pip install -U setuptools wheel --verbose

- name: Install dependencies
run: uv pip install -r requirements.txt -r requirements/requirements-test.txt django~=${{ matrix.django-version }} cryptography~=${{ matrix.cryptography-version }} pydantic~=${{ matrix.pydantic-version }}
run: uv pip install --verbose -r requirements.txt -r requirements/requirements-test.txt django~=${{ matrix.django-version }} cryptography~=${{ matrix.cryptography-version }} pydantic~=${{ matrix.pydantic-version }}

- name: Initialize demo
run: python dev.py init-demo
Expand Down

0 comments on commit 7d645ce

Please sign in to comment.