Skip to content

Commit

Permalink
ci: Windows :(
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 27, 2024
1 parent 4484d33 commit e57850e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,10 @@ jobs:
- run: |
uv venv
uv pip install -e .[dev]
source .venv/bin/activate
python -Ic 'import svcs'
python -Ic 'import svcs.flask'
python -Ic 'import svcs.pyramid'
.venv/bin/python -Ic 'import svcs'
.venv/bin/python -Ic 'import svcs.flask'
.venv/bin/python -Ic 'import svcs.pyramid'
required-checks-pass:
if: always()
Expand Down

0 comments on commit e57850e

Please sign in to comment.