Skip to content

Commit

Permalink
Update .github/workflows/ci_cd.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Roberto Pastor Muela <[email protected]>
  • Loading branch information
AlejandroFernandezLuces and RobPasMue authored Nov 18, 2022
1 parent e37274c commit b245bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# cache: 'pip'
# cache-dependency-path: requirements_test.txt
cache: 'pip'
cache-dependency-path: pyproject.toml

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit b245bc1

Please sign in to comment.