Skip to content

Commit dcfbc42

Browse files
committed
Cambios en workflow ci.yml
1 parent 25c8fc0 commit dcfbc42

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
uses: actions/setup-python@v4
3131
with:
3232
python-version: "3.9"
33-
cache: pip
34-
cache-dependency-path: |
35-
requirements/base.txt
36-
requirements/local.txt
33+
#cache: pip
34+
#cache-dependency-path: |
35+
# requirements/base.txt
36+
# requirements/local.txt
3737

3838
#- name: Run pre-commit
3939
# uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)