Skip to content

Commit

Permalink
revert changes for the cross-platform check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Mar 10, 2024
1 parent 526ebe9 commit dffd3f1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install uv (Windows)
if: ${{ runner.os == 'Windows' }}
run: irm https://astral.sh/uv/install.ps1 | iex
- name: Install uv (Unix)
if: ${{ runner.os != 'Windows' }}
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: uv pip install -e .[dev] --system
cache: pip
cache-dependency-path: pyproject.toml
- run: pip install -e .[dev]
- run: python3 -m pytest -vv

0 comments on commit dffd3f1

Please sign in to comment.