We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d9d79 commit 851bba7Copy full SHA for 851bba7
ci.sh
@@ -40,7 +40,7 @@ case "$OSTYPE" in
40
echo "Activating virtual environment on macOS..."
41
source .venv/bin/activate
42
;;
43
- cygwin*|msys*|win32)
+ cygwin*|msys*)
44
# Windows
45
echo "Activating virtual environment on Windows..."
46
source .venv/Scripts/activate
0 commit comments