Skip to content

Commit

Permalink
Windows venv try python-trio#3
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Feb 16, 2024
1 parent 48f8503 commit 71a2e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ uv --version
uv venv .venv

if [ $(python -c "import sys;print(sys.platform.startswith('win'))") = "True" ]; then
.venv/Scripts/Activate.ps1
.venv/bin/Activate.ps1
else
source .venv/bin/activate
fi
Expand Down

0 comments on commit 71a2e53

Please sign in to comment.