Skip to content

Commit c968a9a

Browse files
committed
Fixed deploy pipeline
1 parent 5df984b commit c968a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
mkdir -p try_install
3939
cd try_install
40-
virtualenv venv
40+
python -m venv venv
4141
venv/bin/pip install ../dist/magic_filter-*.whl
4242
venv/bin/python -c "import magic_filter; print(magic_filter)"
4343

0 commit comments

Comments
 (0)