Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
diceroll123 committed Dec 9, 2024
1 parent 953f0ca commit ba9d6e7
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,14 @@ jobs:

name: pytest ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/checkout@v4

- name: Set up CPython ${{ matrix.python-version }}
uses: actions/setup-python@v2
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel pytest pytest-asyncio
pip install -U -r requirements.txt
- name: Run tests
shell: bash
run: |
PYTHONPATH="$(pwd)" pytest
uv run --frozen pytest

0 comments on commit ba9d6e7

Please sign in to comment.