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 5df984b commit c968a9aCopy full SHA for c968a9a
.github/workflows/deploy.yaml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
mkdir -p try_install
39
cd try_install
40
- virtualenv venv
+ python -m venv venv
41
venv/bin/pip install ../dist/magic_filter-*.whl
42
venv/bin/python -c "import magic_filter; print(magic_filter)"
43
0 commit comments