Skip to content

Commit cbcf081

Browse files
committed
/fix fix
1 parent 9d57d9e commit cbcf081

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ jobs:
5353
python -m pip install --upgrade pip
5454
python -m pip install -r requirements.txt
5555
56-
- name: Update environment paths
57-
run: |
58-
echo "${{ github.workspace }}/venv/bin" >> $GITHUB_PATH
59-
echo "VIRTUAL_ENV=${{ github.workspace }}/venv" >> $GITHUB_ENV
60-
61-
6256
- name: Save virtual environment cache
6357
if: steps.cache-venv.outputs.cache-hit != 'true'
6458
uses: actions/cache@v3
@@ -68,7 +62,7 @@ jobs:
6862

6963

7064
- name: Create Zipfile archive of Dependencies
71-
run: zip -r9 ${PROJECT_NAME}.zip venv
65+
run: zip -r9 ${PROJECT_NAME}.zip venv -x "venv/lib/python3.10/site-packages/pip/*"
7266

7367
- name: Add App to Zipfile
7468
run: |

0 commit comments

Comments
 (0)