mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-14 09:51:48 -04:00
ci: fix daily run
I migrated our regular tests to use `uv`, but neglected to update this config too.
This commit is contained in:
parent
0f0ae4fbc3
commit
306e55d61a
1 changed files with 5 additions and 4 deletions
9
.github/workflows/daily.yaml
vendored
9
.github/workflows/daily.yaml
vendored
|
@ -12,12 +12,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v6
|
||||
|
||||
- uses: ./.github/workflows/setup
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
- uses: ./.github/workflows/setup
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
py.test --tb=native --verbose tests
|
||||
uv run py.test --tb=native --verbose tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue