Skip to content

Commit 5f37c2c

Browse files
authoredMar 7, 2025··
Update build.yml
1 parent 3f0c103 commit 5f37c2c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎.github/workflows/build.yml

-7
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@ jobs:
3131
run: |
3232
python -m pip install --upgrade pipenv wheel
3333
34-
- id: cache-pipenv
35-
uses: actions/cache@v2
36-
with:
37-
path: ~/.local/share/virtualenvs
38-
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
39-
4034
- name: Install Python dependencies
41-
if: steps.cache-pipenv.outputs.cache-hit != 'true'
4235
run: |
4336
pipenv install
4437

0 commit comments

Comments
 (0)
Please sign in to comment.