Skip to content

Commit

Permalink
updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 11, 2024
1 parent 7776d9e commit 142dfed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
- name: Test
continue-on-error: true
run: |
uv export -q --no-hashes -o {work_dir}/requirements.txt
pip install -r {work_dir}/requirements.txt
uv export -q --no-hashes -o requirements.txt
pip install -r requirements.txt
pip install '{env:DJANGO}'
pytest tests --create-db --cov --junit-xml junit-${{ matrix.python-version }}-${{matrix.django-version}}.xml
Expand Down

0 comments on commit 142dfed

Please sign in to comment.