Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
# currently macos-13, but unfortunately that doesn't exist in github
# actions so we settle for macos-14.
os: [ubuntu-22.04, ubuntu-latest, macos-14, windows-latest, windows-11-arm]
env:
# Enable UTF-8 mode for Python on Windows. This is required for filecheck
# 1.0.3 to handle Unicode filenames/checks and should be unnecessary in
# future versions of filecheck.
PYTHONUTF8: 1
steps:
- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Install with `pip3 install -r requirements-dev.txt`

ruff==0.16.0
filecheck==0.0.22
filecheck==1.0.3
lit==0.11.0.post1
Loading