Skip to content

Commit

Permalink
system
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdanal committed Jan 12, 2025
1 parent fe64447 commit 546afff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
schedule:
- cron: '0 8 * * *'

env:
UV_SYSTEM_PYTHON=1

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -28,7 +31,7 @@ jobs:
uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: |
uv venv --python ${{ matrix.python-version }}
# uv venv --python ${{ matrix.python-version }}
uv pip install . -r tests/requirements.txt
- name: Run the test suite
run: |
Expand Down

0 comments on commit 546afff

Please sign in to comment.