Skip to content

Commit

Permalink
try badslashes?
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 29, 2024
1 parent 2107be2 commit df39d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
env:
TMPDIR: 'D:\\a\\_temp'
run: |
source .venv/bin/activate
scripts/test
source .venv\\bin\\activate
scripts\\test
- name: Test
if: runner.os != 'Windows'
run: uv run scripts/test
Expand Down

0 comments on commit df39d38

Please sign in to comment.