Remove .venv in CI build job
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -83,6 +83,7 @@ jobs:
|
||||
mkdir client
|
||||
mv dist client/dist
|
||||
rm -rf .git
|
||||
rm -rf .venv
|
||||
|
||||
- name: Fix permissions
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user