Skip to content

Commit

Permalink
Disabling Windows again for now :)
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-griffiths committed Jan 2, 2025
1 parent 06b6747 commit af11311
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
runs-on: ubuntu-latest
- name: 🍎
runs-on: macos-latest
- name: 🪟
runs-on: windows-latest
# Removing Windows for now - just need to get the uv venv activated I think.
# - name: 🪟
# runs-on: windows-latest
python:
- name: CPython 3.11
major_dot_minor: '3.11'
Expand Down Expand Up @@ -119,7 +120,7 @@ jobs:
cd bit_rust
uvx maturin develop --release --uv
cd ..
uv run pytest --benchmark-disable
uv run pytest --benchmark-skip
all:
name: All successful
Expand Down

0 comments on commit af11311

Please # to comment.